ConfigDataCollector
class ConfigDataCollector extends DataCollector
ConfigDataCollector.
Methods
Constructor.
No description
No description
Gets the token.
Gets the Symfony version.
Returns the state of the current Symfony release.
No description
Gets the PHP version.
Gets the application name.
Gets the environment.
Returns true if the debug is enabled.
Returns true if the XDebug is enabled.
Returns true if EAccelerator is enabled.
Returns true if APC is enabled.
Returns true if Zend OPcache is enabled.
Returns true if XCache is enabled.
Returns true if WinCache is enabled.
Returns true if any accelerator is enabled.
No description
Gets the PHP SAPI name.
Returns the name of the collector.
Details
in DataCollector at line line 33
serialize()
in DataCollector at line line 38
unserialize($data)
at line line 40
__construct(string $name = null, string $version = null)
Constructor.
at line line 51
setKernel(KernelInterface $kernel = null)
Sets the Kernel associated with this Request.
at line line 59
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response.
at line line 90
getApplicationName()
at line line 95
getApplicationVersion()
at line line 105
string
getToken()
Gets the token.
at line line 115
string
getSymfonyVersion()
Gets the Symfony version.
at line line 125
string
getSymfonyState()
Returns the state of the current Symfony release.
at line line 130
setCacheVersionInfo($cacheVersionInfo)
at line line 140
string
getPhpVersion()
Gets the PHP version.
at line line 150
string
getAppName()
Gets the application name.
at line line 160
string
getEnv()
Gets the environment.
at line line 170
bool
isDebug()
Returns true if the debug is enabled.
at line line 180
bool
hasXDebug()
Returns true if the XDebug is enabled.
at line line 190
bool
hasEAccelerator()
Returns true if EAccelerator is enabled.
at line line 200
bool
hasApc()
Returns true if APC is enabled.
at line line 210
bool
hasZendOpcache()
Returns true if Zend OPcache is enabled.
at line line 220
bool
hasXCache()
Returns true if XCache is enabled.
at line line 230
bool
hasWinCache()
Returns true if WinCache is enabled.
at line line 240
bool
hasAccelerator()
Returns true if any accelerator is enabled.
at line line 245
getBundles()
at line line 255
string
getSapiName()
Gets the PHP SAPI name.
at line line 263
string
getName()
Returns the name of the collector.