PHP Class Elcodi\Common\FirewallBundle\ElcodiFirewallBundle

Author: Berny Cantos ([email protected])
Inheritance: extends Symfony\Component\HttpKernel\Bundle\Bundle
Show file Open project: elcodi/bamboo

Public Methods

Method Description
build ( ContainerBuilder $container ) Builds the bundle.
getContainerExtension ( ) : Symfony\Component\DependencyInjection\Extension\ExtensionInterface Returns the bundle's container extension.

Method Details

build() public method

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

getContainerExtension() public method

Returns the bundle's container extension.
public getContainerExtension ( ) : Symfony\Component\DependencyInjection\Extension\ExtensionInterface
return Symfony\Component\DependencyInjection\Extension\ExtensionInterface The container extension