eZ\Bundle\EzPublishCoreBundle\Tests\DependencyInjection\Compiler\FragmentPassTest::registerCompilerPass PHP 메소드

registerCompilerPass() 보호된 메소드

protected registerCompilerPass ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder
    protected function registerCompilerPass(ContainerBuilder $container)
    {
        $container->addCompilerPass(new FragmentPass());
    }