コード例 #1
0
ファイル: ClassUtil.php プロジェクト: rudraks/boot
 public static function setControllerArray($allController)
 {
     self::$allController = $allController;
     return self::$cache->set("Controller#ALL", $allController);
 }