PHP Класс Elcodi\Plugin\CustomShippingBundle\ElcodiCustomShippingBundle

Наследование: extends Elcodi\Bundle\CoreBundle\Abstracts\AbstractElcodiBundle, implements Elcodi\Component\Plugin\Interfaces\PluginInterface, implements Mmoreram\SymfonyBundleDependencies\DependentBundleInterface
Показать файл Открыть проект

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

Метод Описание
build ( ContainerBuilder $container ) Builds the bundle.
getBundleDependencies ( Symfony\Component\HttpKernel\KernelInterface $kernel ) : array Return all bundle dependencies.
getContainerExtension ( ) : Symfony\Component\DependencyInjection\Extension\ExtensionInterface Returns the bundle's container extension.

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

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

It is only ever called once when the cache is empty. This method can be overridden to register compilation passes, other extensions, ...
public build ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder A ContainerBuilder instance

getBundleDependencies() публичный статический Метод

Values can be a simple bundle namespace or its instance
public static getBundleDependencies ( Symfony\Component\HttpKernel\KernelInterface $kernel ) : array
$kernel Symfony\Component\HttpKernel\KernelInterface
Результат array Bundle instances

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

Returns the bundle's container extension.
public getContainerExtension ( ) : Symfony\Component\DependencyInjection\Extension\ExtensionInterface
Результат Symfony\Component\DependencyInjection\Extension\ExtensionInterface The container extension