The EnvVarProcessorInterface is implemented by objects that manage environment-like variables.
- author Nicolas Grekas
AbstractInterface
Methods |
public abstract getEnv(string $prefix, string $name, Closure $getEnv) : ?mixed Returns the value of the given variable as managed by the current instance.
|
public abstract static getProvidedTypes() : array
|
Methods |
public abstract static getProvidedTypes() : array
|