Documentation

AttributeAutoconfigurationPass extends AbstractRecursivePass
in package

FinalYes
Tags
author

Alexander M. Turek me@derrabus.de

Table of Contents

Properties

$container  : ContainerBuilder
$currentId  : mixed
$skipScalars  : bool
$classAttributeConfigurators  : array<string|int, mixed>
$methodAttributeConfigurators  : array<string|int, mixed>
$parameterAttributeConfigurators  : array<string|int, mixed>
$propertyAttributeConfigurators  : array<string|int, mixed>

Methods

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

Properties

Methods

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