Method |
Description |
|
__construct ( $configPath ) |
|
|
_handleOnlyRequest ( Request $request, array $options = [], boolean $subrequest = true ) : Ip\Response\Json | Ip\Response\PageNotFound | Ip\Response\Redirect |
|
|
close ( ) |
|
|
getSecurityToken ( ) : string |
Get security token used to prevent cross site scripting attacks |
|
getVersion ( ) : string |
Get framework version |
|
handleRequest ( Request $request, array $options = [], boolean $subrequest = true ) : Ip\Response\Json | Ip\Response\Layout | Ip\Response\PageNotFound | Ip\Response\Redirect | string |
Handle HMVC request |
|
handleResponse ( Ip\Response $response ) |
|
|
init ( ) |
|
|
modulesInit ( ) |
|
|
prepareEnvironment ( array $options = [] ) |
|
|
run ( array $options = [] ) |
|
|