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