Documentation

ResolveDecoratorStackPass
in package
implements CompilerPassInterface

Tags
author

Nicolas Grekas p@tchwork.com

Table of Contents

Interfaces

CompilerPassInterface
Interface that must be implemented by compilation passes.

Methods

process()  : mixed
You can modify the container here before it is dumped to PHP code.
resolveStack()  : array<string|int, mixed>

Methods

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>

        
On this page

Search results