Property | Type | Description | |
---|---|---|---|
$debugFlag | Debug application flag | ||
$environment | Environment name | ||
$layoutFlag | Layout usage flag | ||
$path | Application path |
Method | Description | |
---|---|---|
dispatch ( string $module, string $controller, array $params = [] ) : |
Dispatch controller with params | |
end ( ) : void | Finally method | |
getEnvironment ( ) : string | Get application environment | |
getPath ( ) : string | Get path to Application | |
getRequest ( ) : |
Get Request instance | |
getResponse ( ) : |
Get Response instance | |
init ( string $environment = 'production' ) : void | Initialize process | |
isDebug ( ) : boolean | Return Debug flag | |
process ( ) : void | Process application | |
render ( ) : void | Render, is send Response | |
run ( ) : void | Run application | |
useLayout ( boolean | null $flag = null ) : boolean | Return Layout Flag |
Method | Description | |
---|---|---|
doDispatch ( string $module, string $controller, array $params = [] ) : |
Do dispatch | |
doProcess ( ) : void | Do process | |
initConfig ( ) : void | Initial Request instance | |
initRequest ( ) : void | Initial Request instance | |
initResponse ( ) : void | Initial Response instance | |
initRouter ( ) : void | Initial Router instance | |
postDispatch ( string $module, string $controller, array $params = [] ) : void | Post dispatch mount point | |
postProcess ( ) : void | Post process | |
preDispatch ( string $module, string $controller, array $params = [] ) : void | Pre dispatch mount point | |
preProcess ( ) : void | Pre process |
public getEnvironment ( ) : string | ||
return | string |
public getRequest ( ) : |
||
return |
public getResponse ( ) : |
||
return |
protected initRequest ( ) : void | ||
return | void |
protected initResponse ( ) : void | ||
return | void |