EnvVarProcessorInterface
interface EnvVarProcessorInterface
The EnvVarProcessorInterface is implemented by objects that manage environment-like variables.
Methods
mixed
static string[]
getProvidedTypes()
No description
Details
mixed
getEnv(string $prefix, string $name, Closure $getEnv)
Returns the value of the given variable as managed by the current instance.