[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ -> ConfigDataCollector.php (summary)

(no description)

File Size: 245 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ConfigDataCollector:: (21 methods):
  __construct()
  setKernel()
  collect()
  getApplicationName()
  getApplicationVersion()
  getToken()
  getSymfonyVersion()
  getPhpVersion()
  getAppName()
  getEnv()
  isDebug()
  hasXDebug()
  hasEAccelerator()
  hasApc()
  hasZendOpcache()
  hasXCache()
  hasWinCache()
  hasAccelerator()
  getBundles()
  getSapiName()
  getName()


Class: ConfigDataCollector  - X-Ref

ConfigDataCollector.

__construct($name = null, $version = null)   X-Ref
Constructor.

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

setKernel(KernelInterface $kernel = null)   X-Ref
Sets the Kernel associated with this Request.

param: KernelInterface $kernel A KernelInterface instance

collect(Request $request, Response $response, \Exception $exception = null)   X-Ref
{@inheritdoc}


getApplicationName()   X-Ref
No description

getApplicationVersion()   X-Ref
No description

getToken()   X-Ref
Gets the token.

return: string The token

getSymfonyVersion()   X-Ref
Gets the Symfony version.

return: string The Symfony version

getPhpVersion()   X-Ref
Gets the PHP version.

return: string The PHP version

getAppName()   X-Ref
Gets the application name.

return: string The application name

getEnv()   X-Ref
Gets the environment.

return: string The environment

isDebug()   X-Ref
Returns true if the debug is enabled.

return: bool true if debug is enabled, false otherwise

hasXDebug()   X-Ref
Returns true if the XDebug is enabled.

return: bool true if XDebug is enabled, false otherwise

hasEAccelerator()   X-Ref
Returns true if EAccelerator is enabled.

return: bool true if EAccelerator is enabled, false otherwise

hasApc()   X-Ref
Returns true if APC is enabled.

return: bool true if APC is enabled, false otherwise

hasZendOpcache()   X-Ref
Returns true if Zend OPcache is enabled.

return: bool true if Zend OPcache is enabled, false otherwise

hasXCache()   X-Ref
Returns true if XCache is enabled.

return: bool true if XCache is enabled, false otherwise

hasWinCache()   X-Ref
Returns true if WinCache is enabled.

return: bool true if WinCache is enabled, false otherwise

hasAccelerator()   X-Ref
Returns true if any accelerator is enabled.

return: bool true if any accelerator is enabled, false otherwise

getBundles()   X-Ref
No description

getSapiName()   X-Ref
Gets the PHP SAPI name.

return: string The environment

getName()   X-Ref
{@inheritdoc}




Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1