[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/dependency-injection/Compiler/ -> CheckReferenceValidityPass.php (summary)

(no description)

File Size: 155 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

CheckReferenceValidityPass:: (4 methods):
  process()
  validateReferences()
  validateScope()
  getDefinition()


Class: CheckReferenceValidityPass  - X-Ref

Checks the validity of references.

The following checks are performed by this pass:
- target definitions are not abstract
- target definitions are of equal or wider scope
- target definitions are in the same scope hierarchy

process(ContainerBuilder $container)   X-Ref
Processes the ContainerBuilder to validate References.


validateReferences(array $arguments)   X-Ref
Validates an array of References.

param: array $arguments An array of Reference objects

validateScope(Reference $reference, Definition $definition = null)   X-Ref
Validates the scope of a single Reference.


getDefinition($id)   X-Ref
Returns the Definition given an id.

param: string $id Definition identifier
return: Definition



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1