PHP 클래스 Elcodi\Plugin\CustomShippingBundle\ElcodiCustomShippingBundle

상속: extends Elcodi\Bundle\CoreBundle\Abstracts\AbstractElcodiBundle, implements Elcodi\Component\Plugin\Interfaces\PluginInterface, implements Mmoreram\SymfonyBundleDependencies\DependentBundleInterface
파일 보기 프로젝트 열기: elcodi/bamboo

공개 메소드들

메소드 설명
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