PHP Класс Symfony\Component\DependencyInjection\Compiler\CheckCircularReferencesPass

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.
Автор: Johannes M. Schmitt ([email protected])
Наследование: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
process ( ContainerBuilder $container ) Checks the ContainerBuilder object for circular references.

Приватные методы

Метод Описание
checkOutEdges ( array $edges ) Checks for circular references.

Описание методов

process() публичный Метод

Checks the ContainerBuilder object for circular references.
public process ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder The ContainerBuilder instances