|
static | run (array &$config, $url) |
|
static | forward ($url) |
|
static | getNS ($part="controllers") |
|
static | runAction ($u, $initialize=true, $finalize=true) |
|
static | runAsString ($u, $initialize=true, $finalize=true) |
|
static | getConfig () |
|
static | setConfig ($config) |
|
static | checkDbConfig () |
|
static | checkModelsConfig () |
|
static | getModelsDir () |
|
static | getModelsCompletePath () |
|
static | errorHandler ($message="", $code=0, $severity=1, $filename=null, int $lineno=0, $previous=NULL) |
|
static | getController () |
|
static | getAction () |
|
static | getFrameworkDir () |
|
static | getApplicationDir () |
|
Definition at line 9 of file Startup.php.
◆ callController()
static callController |
( |
Controller |
$controller, |
|
|
|
$u |
|
) |
| |
|
staticprivate |
◆ checkDbConfig()
◆ checkModelsConfig()
static checkModelsConfig |
( |
| ) |
|
|
static |
◆ errorHandler()
static errorHandler |
( |
|
$message = "" , |
|
|
|
$code = 0 , |
|
|
|
$severity = 1 , |
|
|
|
$filename = null , |
|
|
int |
$lineno = 0 , |
|
|
|
$previous = NULL |
|
) |
| |
|
static |
◆ forward()
◆ getAction()
◆ getApplicationDir()
static getApplicationDir |
( |
| ) |
|
|
static |
◆ getConfig()
◆ getController()
◆ getFrameworkDir()
static getFrameworkDir |
( |
| ) |
|
|
static |
◆ getModelsCompletePath()
static getModelsCompletePath |
( |
| ) |
|
|
static |
◆ getModelsDir()
◆ getNS()
static getNS |
( |
|
$part = "controllers" | ) |
|
|
static |
◆ needsKeyInConfigArray()
static needsKeyInConfigArray |
( |
& |
$result, |
|
|
|
$array, |
|
|
|
$needs |
|
) |
| |
|
staticprivate |
◆ parseUrl()
static parseUrl |
( |
& |
$url | ) |
|
|
staticprivate |
◆ run()
static run |
( |
array & |
$config, |
|
|
|
$url |
|
) |
| |
|
static |
◆ runAction()
static runAction |
( |
|
$u, |
|
|
|
$initialize = true , |
|
|
|
$finalize = true |
|
) |
| |
|
static |
◆ runAsString()
static runAsString |
( |
|
$u, |
|
|
|
$initialize = true , |
|
|
|
$finalize = true |
|
) |
| |
|
static |
◆ setConfig()
static setConfig |
( |
|
$config | ) |
|
|
static |
◆ setCtrlNS()
◆ startTemplateEngine()
static startTemplateEngine |
( |
|
$config | ) |
|
|
staticprivate |
◆ $action
◆ $config
◆ $controller
◆ $ctrlNS
◆ $urlParts
The documentation for this class was generated from the following file: