[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

ConfigDataCollector:: (28 methods):
  __construct()
  setKernel()
  collect()
  reset()
  lateCollect()
  getApplicationName()
  getApplicationVersion()
  getToken()
  getSymfonyVersion()
  getSymfonyState()
  getSymfonyMinorVersion()
  getSymfonyEom()
  getSymfonyEol()
  getPhpVersion()
  getPhpVersionExtra()
  getPhpArchitecture()
  getPhpIntlLocale()
  getPhpTimezone()
  getAppName()
  getEnv()
  isDebug()
  hasXDebug()
  hasApcu()
  hasZendOpcache()
  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}


reset()   X-Ref
{@inheritdoc}


lateCollect()   X-Ref
No description

getApplicationName()   X-Ref
No description

getApplicationVersion()   X-Ref
No description

getToken()   X-Ref
Gets the token.

return: string|null 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

getSymfonyMinorVersion()   X-Ref
Returns the minor Symfony version used (without patch numbers of extra
suffix like "RC", "beta", etc.).

return: string

getSymfonyEom()   X-Ref
Returns the human redable date when this Symfony version ends its
maintenance period.

return: string

getSymfonyEol()   X-Ref
Returns the human redable date when this Symfony version reaches its
"end of life" and won't receive bugs or security fixes.

return: string

getPhpVersion()   X-Ref
Gets the PHP version.

return: string The PHP version

getPhpVersionExtra()   X-Ref
Gets the PHP version extra part.

return: string|null The extra part

getPhpArchitecture()   X-Ref

return: int The PHP architecture as number of bits (e.g. 32 or 64)

getPhpIntlLocale()   X-Ref

return: string

getPhpTimezone()   X-Ref

return: string

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

hasApcu()   X-Ref
Returns true if APCu is enabled.

return: bool true if APCu is enabled, false otherwise

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

return: bool true if Zend OPcache 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: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1