コード例 #1
0
ファイル: _ide_helper.php プロジェクト: valik619/find-out.dev
 /**
  * Get all modules as collection instance.
  *
  * @return \Pingpong\Modules\Collection 
  * @static 
  */
 public static function toCollection()
 {
     return \Pingpong\Modules\Repository::toCollection();
 }