Item Type
Item Name
Search file in folder and subfolders...
<?php namespace WPML\ST\MO\File; class MOFactory { /** * @return \MO */ public function createNewInstance() { return new \MO(); } }