PHP Class Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag

Author: Nicolas Grekas ([email protected])
Inheritance: extends ParameterBag
Mostra file Open project: symfony/dependency-injection Class Usage Examples

Public Methods

Method Description
get ( $name )
getEnvPlaceholders ( ) : string[][] Returns the map of env vars used in the resolved parameter values to their placeholders.
mergeEnvPlaceholders ( self $bag ) Merges the env placeholders of another EnvPlaceholderParameterBag.
resolve ( )

Method Details

get() public method

public get ( $name )

getEnvPlaceholders() public method

Returns the map of env vars used in the resolved parameter values to their placeholders.
public getEnvPlaceholders ( ) : string[][]
return string[][] A map of env var names to their placeholders

mergeEnvPlaceholders() public method

Merges the env placeholders of another EnvPlaceholderParameterBag.
public mergeEnvPlaceholders ( self $bag )
$bag self

resolve() public method

public resolve ( )