PHP Класс Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\CmfRoutingExtension

Автор: Philippo de Santis
Автор: David Buchmann
Автор: Wouter de Jong ([email protected])
Наследование: extends Symfony\Component\HttpKernel\DependencyInjection\Extension
Показать файл Открыть проект

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

Метод Описание
getNamespace ( )
getXsdValidationBasePath ( ) : string Returns the base path for the XSD files.
load ( array $configs, ContainerBuilder $container )

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

Метод Описание
configureParameters ( ContainerBuilder $container, array $config, array $settingToParameter )
loadInitializer ( array $config, XmlFileLoader $loader, ContainerBuilder $container )
loadOrmProvider ( $config, XmlFileLoader $loader, ContainerBuilder $container, $matchImplicitLocale )
loadPhpcrProvider ( $config, XmlFileLoader $loader, ContainerBuilder $container, array $locales, $matchImplicitLocale )
loadSonataPhpcrAdmin ( $config, XmlFileLoader $loader, ContainerBuilder $container )
setupChainRouter ( array $config, ContainerBuilder $container, Symfony\Component\Config\Loader\LoaderInterface $loader )
setupDynamicRouter ( array $config, ContainerBuilder $container, Symfony\Component\Config\Loader\LoaderInterface $loader ) Set up the DynamicRouter - only to be called if enabled is set to true.
setupFormTypes ( array $config, ContainerBuilder $container, Symfony\Component\Config\Loader\LoaderInterface $loader )

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

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

public getNamespace ( )

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

Returns the base path for the XSD files.
public getXsdValidationBasePath ( ) : string
Результат string The XSD base path

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

public load ( array $configs, ContainerBuilder $container )
$configs array
$container Symfony\Component\DependencyInjection\ContainerBuilder