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
파일 보기 프로젝트 열기: symfony/symfony

공개 메소드들

메소드 설명
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