PHP Class Elcodi\Plugin\BankwireBundle\ElcodiBankwireBundle

Inheritance: extends Symfony\Component\HttpKernel\Bundle\Bundle, implements Elcodi\Component\Plugin\Interfaces\PluginInterface, implements Mmoreram\SymfonyBundleDependencies\DependentBundleInterface
Show file Open project: elcodi/bamboo

Public Methods

Method Description
getBundleDependencies ( Symfony\Component\HttpKernel\KernelInterface $kernel ) : array Create instance of current bundle, and return dependent bundle namespaces
getContainerExtension ( ) : Symfony\Component\DependencyInjection\Extension\ExtensionInterface Returns the bundle's container extension.
registerCommands ( Application $application ) : null Register Commands.

Method Details

getBundleDependencies() public static method

Create instance of current bundle, and return dependent bundle namespaces
public static getBundleDependencies ( Symfony\Component\HttpKernel\KernelInterface $kernel ) : array
$kernel Symfony\Component\HttpKernel\KernelInterface
return array Bundle instances

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

registerCommands() public method

Disabled as commands are registered as services.
public registerCommands ( Application $application ) : null
$application Symfony\Component\Console\Application An Application instance
return null