Documentation

ResolveParameterPlaceHoldersPass extends AbstractRecursivePass
in package

Resolves all parameter placeholders "%somevalue%" to their real values.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

Properties

$container  : ContainerBuilder
$currentId  : mixed
$bag  : mixed
$expressionLanguage  : mixed
$inExpression  : bool
$processExpressions  : bool
$resolveArrays  : bool
$throwOnResolveException  : bool

Methods

__construct()  : mixed
process()  : mixed
You can modify the container here before it is dumped to PHP code.
enableExpressionProcessing()  : mixed
getConstructor()  : ReflectionFunctionAbstract|null
getReflectionMethod()  : ReflectionFunctionAbstract
inExpression()  : bool
processValue()  : mixed
Processes a value found in a definition tree.
getExpressionLanguage()  : ExpressionLanguage

Properties

Methods

__construct()

public __construct([bool $resolveArrays = true ][, bool $throwOnResolveException = true ]) : mixed
Parameters
$resolveArrays : bool = true
$throwOnResolveException : bool = true

inExpression()

protected inExpression([bool $reset = true ]) : bool
Parameters
$reset : bool = true
Return values
bool

processValue()

Processes a value found in a definition tree.

protected processValue(mixed $value[, bool $isRoot = false ]) : mixed
Parameters
$value : mixed
$isRoot : bool = false

        
On this page

Search results