PHP Class Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag

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

Méthodes publiques

Méthode 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 méthode

public get ( $name )

getEnvPlaceholders() public méthode

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

mergeEnvPlaceholders() public méthode

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

resolve() public méthode

public resolve ( )