Documentation

ResolveDecoratorStackPass
in package
implements CompilerPassInterface

Tags
author

Nicolas Grekas p@tchwork.com

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

Methods

__construct()

public __construct([string $tag = 'container.stack' ]) : mixed
Parameters
$tag : string = 'container.stack'
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>
Return values
array<string|int, mixed>

Search results