|
static | getControllerCache ($isRest=false) |
|
static | getRouteCache ($routePath, $duration) |
|
static | expired ($key, $duration) |
|
static | isExpired ($path, $duration) |
|
static | setExpired ($routePath, $expired=true) |
|
static | setRouteCache ($routePath) |
|
static | addAdminRoutes () |
|
static | getRoutes () |
|
static | getControllerRoutes ($controllerClass, $isRest=false) |
|
static | addRoute ($path, $controller, $action="index", $methods=null, $name="") |
|
static | getControllersFiles (&$config, $silent=false) |
|
static | getControllers ($subClass="\biquity\ontrollers\ontroller", $backslash=false, $includeSubclass=false) |
|
|
static | _getFiles (&$config, $type, $silent=false) |
|
- Author
- jc array $cache
Definition at line 18 of file RouterCacheTrait.php.
◆ _getFiles()
static _getFiles |
( |
& |
$config, |
|
|
|
$type, |
|
|
|
$silent = false |
|
) |
| |
|
staticabstractprotected |
◆ addAdminRoutes()
static addAdminRoutes |
( |
| ) |
|
|
static |
◆ addControllerCache()
static addControllerCache |
( |
|
$classname | ) |
|
|
staticprivate |
◆ addRoute()
static addRoute |
( |
|
$path, |
|
|
|
$controller, |
|
|
|
$action = "index" , |
|
|
|
$methods = null , |
|
|
|
$name = "" |
|
) |
| |
|
static |
◆ expired()
static expired |
( |
|
$key, |
|
|
|
$duration |
|
) |
| |
|
static |
◆ getControllerCache()
static getControllerCache |
( |
|
$isRest = false | ) |
|
|
static |
◆ getControllerRoutes()
static getControllerRoutes |
( |
|
$controllerClass, |
|
|
|
$isRest = false |
|
) |
| |
|
static |
◆ getControllers()
static getControllers |
( |
|
$subClass = "\\Ubiquity\\controllers\\Controller" , |
|
|
|
$backslash = false , |
|
|
|
$includeSubclass = false |
|
) |
| |
|
static |
◆ getControllersFiles()
static getControllersFiles |
( |
& |
$config, |
|
|
|
$silent = false |
|
) |
| |
|
static |
◆ getRouteCache()
static getRouteCache |
( |
|
$routePath, |
|
|
|
$duration |
|
) |
| |
|
static |
◆ getRouteKey()
static getRouteKey |
( |
|
$routePath | ) |
|
|
staticprivate |
◆ getRoutes()
◆ initRouterCache()
static initRouterCache |
( |
& |
$config, |
|
|
|
$silent = false |
|
) |
| |
|
staticprivate |
◆ isExpired()
static isExpired |
( |
|
$path, |
|
|
|
$duration |
|
) |
| |
|
static |
◆ setExpired()
static setExpired |
( |
|
$routePath, |
|
|
|
$expired = true |
|
) |
| |
|
static |
◆ setKeyExpired()
static setKeyExpired |
( |
|
$key, |
|
|
|
$expired = true |
|
) |
| |
|
staticprivate |
◆ setRouteCache()
static setRouteCache |
( |
|
$routePath | ) |
|
|
static |
◆ storeRouteResponse()
static storeRouteResponse |
( |
|
$key, |
|
|
|
$response |
|
) |
| |
|
staticprivate |
◆ $expiredRoutes
The documentation for this class was generated from the following file: