[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

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


Class: ConfigDataCollector  - X-Ref


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

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.


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

getSymfonyState()   X-Ref
Returns the state of the current Symfony release.

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

setCacheVersionInfo($cacheVersionInfo)   X-Ref
No description

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}


determineSymfonyState()   X-Ref
Tries to retrieve information about the current Symfony version.

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



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1