ResolveDecoratorStackPass
in package
implements
CompilerPassInterface
Tags
Interfaces, Classes and Traits
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- $tag : mixed
- __construct() : mixed
- process() : mixed
- You can modify the container here before it is dumped to PHP code.
- resolveStack() : array<string|int, mixed>
Properties
$tag
private
mixed
$tag
Methods
__construct()
public
__construct([string $tag = 'container.stack' ]) : mixed
Parameters
- $tag : string = 'container.stack'
Return values
mixed —process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : mixed
Parameters
- $container : ContainerBuilder
Return values
mixed —resolveStack()
private
resolveStack(array<string|int, mixed> $stacks, array<string|int, mixed> $path) : array<string|int, mixed>
Parameters
- $stacks : array<string|int, mixed>
- $path : array<string|int, mixed>