[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/dependency-injection/ -> EnvVarProcessorInterface.php (summary)

(no description)

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

Defines 1 class

EnvVarProcessorInterface:: (2 methods):
  getEnv()
  getProvidedTypes()


Interface: EnvVarProcessorInterface  - X-Ref

The EnvVarProcessorInterface is implemented by objects that manage environment-like variables.

getEnv($prefix, $name, \Closure $getEnv)   X-Ref
Returns the value of the given variable as managed by the current instance.

param: string   $prefix The namespace of the variable
param: string   $name   The name of the variable within the namespace
param: \Closure $getEnv A closure that allows fetching more env vars
return: mixed

getProvidedTypes()   X-Ref

return: string[] The PHP-types managed by getEnv(), keyed by prefixes



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1