PHP Класс Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector

Автор: Fabien Potencier ([email protected])
Наследование: extends DataCollector
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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.

Приватные методы

Метод Описание
determineSymfonyState ( ) : string Tries to retrieve information about the current Symfony version.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $name = null, string $version = null )
$name string The name of the application using the web profiler
$version string The version of the application using the web profiler

collect() публичный Метод

public collect ( Request $request, Response $response, Exception $exception = null )
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Response
$exception Exception

getAppName() публичный Метод

Gets the application name.
public getAppName ( ) : string
Результат string The application name

getApplicationName() публичный Метод

public getApplicationName ( )

getApplicationVersion() публичный Метод

getBundles() публичный Метод

public getBundles ( )

getEnv() публичный Метод

Gets the environment.
public getEnv ( ) : string
Результат string The environment

getName() публичный Метод

public getName ( )

getPhpArchitecture() публичный Метод

public getPhpArchitecture ( ) : integer
Результат integer The PHP architecture as number of bits (e.g. 32 or 64)

getPhpIntlLocale() публичный Метод

public getPhpIntlLocale ( ) : string
Результат string

getPhpTimezone() публичный Метод

public getPhpTimezone ( ) : string
Результат string

getPhpVersion() публичный Метод

Gets the PHP version.
public getPhpVersion ( ) : string
Результат string The PHP version

getPhpVersionExtra() публичный Метод

Gets the PHP version extra part.
public getPhpVersionExtra ( ) : string | null
Результат string | null The extra part

getSapiName() публичный Метод

Gets the PHP SAPI name.
public getSapiName ( ) : string
Результат string The environment

getSymfonyEol() публичный Метод

Returns the human redable date when this Symfony version reaches its "end of life" and won't receive bugs or security fixes.
public getSymfonyEol ( ) : string
Результат string

getSymfonyEom() публичный Метод

Returns the human redable date when this Symfony version ends its maintenance period.
public getSymfonyEom ( ) : string
Результат string

getSymfonyMinorVersion() публичный Метод

Returns the minor Symfony version used (without patch numbers of extra suffix like "RC", "beta", etc.).
public getSymfonyMinorVersion ( ) : string
Результат string

getSymfonyState() публичный Метод

Returns the state of the current Symfony release.
public getSymfonyState ( ) : string
Результат string One of: unknown, dev, stable, eom, eol

getSymfonyVersion() публичный Метод

Gets the Symfony version.
public getSymfonyVersion ( ) : string
Результат string The Symfony version

getToken() публичный Метод

Gets the token.
public getToken ( ) : string
Результат string The token

hasApcu() публичный Метод

Returns true if APCu is enabled.
public hasApcu ( ) : boolean
Результат boolean true if APCu is enabled, false otherwise

hasXDebug() публичный Метод

Returns true if the XDebug is enabled.
public hasXDebug ( ) : boolean
Результат boolean true if XDebug is enabled, false otherwise

hasZendOpcache() публичный Метод

Returns true if Zend OPcache is enabled.
public hasZendOpcache ( ) : boolean
Результат boolean true if Zend OPcache is enabled, false otherwise

isDebug() публичный Метод

Returns true if the debug is enabled.
public isDebug ( ) : boolean
Результат boolean true if debug is enabled, false otherwise

setKernel() публичный Метод

Sets the Kernel associated with this Request.
public setKernel ( Symfony\Component\HttpKernel\KernelInterface $kernel = null )
$kernel Symfony\Component\HttpKernel\KernelInterface A KernelInterface instance