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

Interfaces, Classes and Traits

CompilerPassInterface
Interface that must be implemented by compilation passes.

Table of Contents

$container  : mixed
$currentId  : mixed
$signalingException  : mixed
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, int $level) : mixed
Parameters
$value : mixed
$rootLevel : int
$level : int
Tags
throws
RuntimeException

When an invalid reference is found

Return values
mixed

Search results