메소드 |
설명 |
|
__construct ( string $name = null, string $version = null ) |
Constructor. |
|
collect ( Request $request, Response $response, Exception $exception = null ) |
|
|
getAppName ( ) : string |
Gets the application name. |
|
getApplicationName ( ) |
|
|
getApplicationVersion ( ) |
|
|
getBundles ( ) |
|
|
getEnv ( ) : string |
Gets the environment. |
|
getName ( ) |
|
|
getPhpArchitecture ( ) : integer |
|
|
getPhpIntlLocale ( ) : string |
|
|
getPhpTimezone ( ) : string |
|
|
getPhpVersion ( ) : string |
Gets the PHP version. |
|
getPhpVersionExtra ( ) : string | null |
Gets the PHP version extra part. |
|
getSapiName ( ) : string |
Gets the PHP SAPI name. |
|
getSymfonyEol ( ) : string |
Returns the human redable date when this Symfony version reaches its
"end of life" and won't receive bugs or security fixes. |
|
getSymfonyEom ( ) : string |
Returns the human redable date when this Symfony version ends its
maintenance period. |
|
getSymfonyMinorVersion ( ) : string |
Returns the minor Symfony version used (without patch numbers of extra
suffix like "RC", "beta", etc.). |
|
getSymfonyState ( ) : string |
Returns the state of the current Symfony release. |
|
getSymfonyVersion ( ) : string |
Gets the Symfony version. |
|
getToken ( ) : string |
Gets the token. |
|
hasApcu ( ) : boolean |
Returns true if APCu is enabled. |
|
hasXDebug ( ) : boolean |
Returns true if the XDebug is enabled. |
|
hasZendOpcache ( ) : boolean |
Returns true if Zend OPcache is enabled. |
|
isDebug ( ) : boolean |
Returns true if the debug is enabled. |
|
setKernel ( Symfony\Component\HttpKernel\KernelInterface $kernel = null ) |
Sets the Kernel associated with this Request. |
|