Property | Type | Description | |
---|---|---|---|
$app | |||
$container | Pimple\Container | ||
$event_dispatcher |
Method | Description | |
---|---|---|
__construct ( |
||
boot ( ) | ||
executeAction ( $handler, $vars = [], $fire_events = true ) | ||
getEnv ( $env = 'production' ) | ||
handleError ( Exception $errors ) : |
||
handleRequest ( ) : |
||
invoke ( $app_class, $app_root_dir, $env ) |
Method | Description | |
---|---|---|
bootGlobals ( ) | ||
createRenderer ( ) | ||
detectErrorAction ( Exception $errors ) | ||
dispatchRouter ( $method, $path ) : array | Dispatch router with HTTP request information. | |
filterResponse ( |
Dispatch FILTER_RESPONSE event to filter response. | |
finishRequest ( |
Finish request and send response. | |
getErrorController ( ) | ||
prepareResponse ( ) : |
protected detectErrorAction ( Exception $errors ) | ||
$errors | Exception |
protected dispatchRouter ( $method, $path ) : array | ||
$method | ||
$path | ||
return | array |
protected filterResponse ( |
||
$response | ||
return |
protected finishRequest ( |
||
$response | ||
return |
public handleError ( Exception $errors ) : |
||
$errors | Exception | |
return |