PHP Класс Sulu\Bundle\ContactBundle\DependencyInjection\SuluContactExtension

To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/extension.html}
Наследование: extends Symfony\Component\HttpKernel\DependencyInjection\Extension, implements Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface, use trait Sulu\Bundle\PersistenceBundle\DependencyInjection\PersistenceExtensionTrait
Показать файл Открыть проект

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

Метод Описание
load ( array $configs, ContainerBuilder $container )
prepend ( ContainerBuilder $container ) Allow an extension to prepend the extension configurations.

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

Метод Описание
setDefaultForFormOfAddress ( $config ) Sets default values for form of address if not defined in config.

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

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

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

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

Allow an extension to prepend the extension configurations.
public prepend ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder