コード例 #1
0
ファイル: _ide_helper.php プロジェクト: valik619/find-out.dev
 /**
  * Alternative for "find" method.
  *
  * @param $name
  * @static 
  */
 public static function get($name)
 {
     return \Pingpong\Modules\Repository::get($name);
 }