コード例 #1
0
ファイル: _ide_helper.php プロジェクト: ycms/framework
 /**
  * Get all modules.
  *
  * @return array 
  * @static 
  */
 public static function all()
 {
     return \YCMS\Modules\Repository::all();
 }