FileAccess Orion

RegisterReverseContainerPass
in package
implements CompilerPassInterface

Tags
author

Nicolas Grekas p@tchwork.com

Interfaces, Classes, Traits and Enums

CompilerPassInterface
Interface that must be implemented by compilation passes.

Table of Contents

$beforeRemoving  : mixed
$serviceId  : mixed
$tagName  : mixed
__construct()  : mixed
process()  : mixed
You can modify the container here before it is dumped to PHP code.

Properties

Methods

__construct()

public __construct(bool $beforeRemoving[, string $serviceId = 'reverse_container' ][, string $tagName = 'container.reversible' ]) : mixed
Parameters
$beforeRemoving : bool
$serviceId : string = 'reverse_container'
$tagName : string = 'container.reversible'
Return values
mixed

Search results