Documentation

InlineServiceDefinitionsPass extends AbstractRecursivePass
in package

Inline service definitions where this is possible.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

$container  : ContainerBuilder
$currentId  : mixed
$analyzingPass  : mixed
$cloningIds  : mixed
$connectedIds  : mixed
$expressionLanguage  : mixed
$graph  : mixed
$inExpression  : mixed
$inlinedIds  : mixed
$notInlinableIds  : mixed
$notInlinedIds  : mixed
$processExpressions  : mixed
__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
isInlineableDefinition()  : bool
Checks if the definition is inlineable.

Properties

Methods

enableExpressionProcessing()

protected enableExpressionProcessing() : mixed
Return values
mixed

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
Return values
mixed

Search results