PHP Class Joli\GifExceptionBundle\DependencyInjection\GifExceptionExtension

Inheritance: extends Symfony\Component\HttpKernel\DependencyInjection\Extension, implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Datei anzeigen Open project: jolicode/GifExceptionBundle

Public Methods

Method Description
load ( array $configs, ContainerBuilder $container )
process ( ContainerBuilder $container ) This CompilerPassInterface method completes the listener definition with the parameter and service coming from other bundles. It allows our bundle to be registered anytime before or after others.

Method Details

load() public method

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

process() public method

public process ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder