[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ -> CheckCircularReferencesPass.php (summary)

(no description)

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

Defines 1 class

CheckCircularReferencesPass:: (2 methods):
  process()
  checkOutEdges()


Class: CheckCircularReferencesPass  - X-Ref

Checks your services for circular references.

References from method calls are ignored since we might be able to resolve
these references depending on the order in which services are called.

Circular reference from method calls will only be detected at run-time.

process(ContainerBuilder $container)   X-Ref
Checks the ContainerBuilder object for circular references.

param: ContainerBuilder $container The ContainerBuilder instances

checkOutEdges(array $edges)   X-Ref
Checks for circular references.

param: ServiceReferenceGraphEdge[] $edges An array of Edges



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1