ConfigDataCollector

class ConfigDataCollector extends DataCollector

Methods

serialize() from DataCollector
unserialize($data) from DataCollector
__construct(string $name = null, string $version = null)
setKernel(KernelInterface $kernel = null)

Sets the Kernel associated with this Request.

collect(Request $request, Response $response, Exception $exception = null)

Collects data for the given Request and Response.

getApplicationName()
getApplicationVersion()
string getToken()

Gets the token.

string getSymfonyVersion()

Gets the Symfony version.

string getSymfonyState()

Returns the state of the current Symfony release.

setCacheVersionInfo($cacheVersionInfo)
string getPhpVersion()

Gets the PHP version.

string getAppName()

Gets the application name.

string getEnv()

Gets the environment.

bool isDebug()

Returns true if the debug is enabled.

bool hasXDebug()

Returns true if the XDebug is enabled.

bool hasEAccelerator()

Returns true if EAccelerator is enabled.

bool hasApc()

Returns true if APC is enabled.

bool hasZendOpcache()

Returns true if Zend OPcache is enabled.

bool hasXCache()

Returns true if XCache is enabled.

bool hasWinCache()

Returns true if WinCache is enabled.

bool hasAccelerator()

Returns true if any accelerator is enabled.

getBundles()
string getSapiName()

Gets the PHP SAPI name.

string getName()

Returns the name of the collector.

Details

serialize()

unserialize($data)

Parameters

$data

__construct(string $name = null, string $version = null)

Parameters

string $name The name of the application using the web profiler
string $version The version of the application using the web profiler

setKernel(KernelInterface $kernel = null)

Sets the Kernel associated with this Request.

Parameters

KernelInterface $kernel

collect(Request $request, Response $response, Exception $exception = null)

Collects data for the given Request and Response.

Parameters

Request $request
Response $response
Exception $exception

getApplicationName()

getApplicationVersion()

string getToken()

Gets the token.

Return Value

string The token

string getSymfonyVersion()

Gets the Symfony version.

Return Value

string The Symfony version

string getSymfonyState()

Returns the state of the current Symfony release.

Return Value

string One of: unknown, dev, stable, eom, eol

setCacheVersionInfo($cacheVersionInfo)

Parameters

$cacheVersionInfo

string getPhpVersion()

Gets the PHP version.

Return Value

string The PHP version

string getAppName()

Gets the application name.

Return Value

string The application name

string getEnv()

Gets the environment.

Return Value

string The environment

bool isDebug()

Returns true if the debug is enabled.

Return Value

bool true if debug is enabled, false otherwise

bool hasXDebug()

Returns true if the XDebug is enabled.

Return Value

bool true if XDebug is enabled, false otherwise

bool hasEAccelerator()

Returns true if EAccelerator is enabled.

Return Value

bool true if EAccelerator is enabled, false otherwise

bool hasApc()

Returns true if APC is enabled.

Return Value

bool true if APC is enabled, false otherwise

bool hasZendOpcache()

Returns true if Zend OPcache is enabled.

Return Value

bool true if Zend OPcache is enabled, false otherwise

bool hasXCache()

Returns true if XCache is enabled.

Return Value

bool true if XCache is enabled, false otherwise

bool hasWinCache()

Returns true if WinCache is enabled.

Return Value

bool true if WinCache is enabled, false otherwise

bool hasAccelerator()

Returns true if any accelerator is enabled.

Return Value

bool true if any accelerator is enabled, false otherwise

getBundles()

string getSapiName()

Gets the PHP SAPI name.

Return Value

string The environment

string getName()

Returns the name of the collector.

Return Value

string The collector name

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.html