프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$controllers | SplObjectStorage |
메소드 | 설명 | |
---|---|---|
__construct ( ) | ||
collect ( |
||
getContent ( ) | ||
getContentType ( ) | ||
getController ( ) : array | string | Gets the parsed controller. | |
getFlashes ( ) | ||
getFormat ( ) | ||
getIdentifier ( ) | ||
getLocale ( ) | ||
getMethod ( ) | ||
getName ( ) | ||
getPathInfo ( ) | ||
getRedirect ( ) : array | boolean | Gets the previous request attributes. | |
getRequestAttributes ( ) | ||
getRequestCookies ( $raw = false ) | ||
getRequestHeaders ( ) | ||
getRequestQuery ( ) | ||
getRequestRequest ( ) | ||
getRequestServer ( $raw = false ) | ||
getResponseHeaders ( ) | ||
getRoute ( ) : string | Gets the route name. | |
getRouteParams ( ) : array | Gets the route parameters. | |
getSessionAttributes ( ) | ||
getSessionMetadata ( ) | ||
getStatusCode ( ) | ||
getStatusText ( ) | ||
getSubscribedEvents ( ) | ||
onKernelController ( |
||
onKernelResponse ( |
메소드 | 설명 | |
---|---|---|
parseController ( mixed $controller ) : array | string | Parse a controller. |
public collect ( |
||
$request | ||
$response | ||
$exception | Exception |
public getController ( ) : array | string | ||
리턴 | array | string | The controller as a string or array of data with keys 'class', 'method', 'file' and 'line' |
public getRedirect ( ) : array | boolean | ||
리턴 | array | boolean | A legacy array of data from the previous redirection response or false otherwise |
public getRouteParams ( ) : array | ||
리턴 | array | The parameters |
public onKernelController ( |
||
$event |
public onKernelResponse ( |
||
$event |