Beispiel #1
0
 public static function setControllerArray($allController)
 {
     self::$allController = $allController;
     return self::$cache->set("Controller#ALL", $allController);
 }