PHP Класс Symfony\Cmf\Bundle\RoutingBundle\CmfRoutingBundle

Наследование: extends Symfony\Component\HttpKernel\Bundle\Bundle
Показать файл Открыть проект

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

Метод Описание
build ( ContainerBuilder $container )

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

Метод Описание
buildBaseCompilerPass ( string $compilerClass, string $driverClass, string $type ) : Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface Builds the compiler pass for the symfony core routing component. The compiler pass factory method uses the SymfonyFileLocator which does magic with the namespace and thus does not work here.
buildOrmCompilerPass ( ContainerBuilder $container ) Creates and registers compiler passes for ORM mappings if both doctrine ORM and a suitable compiler pass implementation are available.
buildPhpcrCompilerPass ( ContainerBuilder $container ) Creates and registers compiler passes for PHPCR-ODM mapping if both the phpcr-odm and the phpcr-bundle are present.
findDoctrineOrmCompiler ( ) : boolean | string Looks for a mapping compiler pass. If available, use the one from DoctrineBundle (available only since DoctrineBundle 2.4 and Symfony 2.3) Otherwise use the standalone one from CmfCoreBundle.

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

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

public build ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder