Documentation

ResolveInvalidReferencesPass
in package
implements CompilerPassInterface

Emulates the invalid behavior if the reference is not found within the container.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

Interfaces

CompilerPassInterface
Interface that must be implemented by compilation passes.

Properties

$container  : mixed
$currentId  : string
$signalingException  : mixed

Methods

process()  : mixed
Process the ContainerBuilder to resolve invalid references.
processValue()  : mixed
Processes arguments to determine invalid references.

Properties

Methods

processValue()

Processes arguments to determine invalid references.

private processValue(mixed $value[, int $rootLevel = 0 ][, int $level = 0 ]) : mixed
Parameters
$value : mixed
$rootLevel : int = 0
$level : int = 0
Tags
throws
RuntimeException

When an invalid reference is found


        
On this page

Search results