PHP Class Sulu\Bundle\CoreBundle\DependencyInjection\Compiler\ReplacersCompilerPass

Inheritance: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
__construct ( string $filename ) ReplacersCompilerPass constructor.
process ( ContainerBuilder $container ) You can modify the container here before it is dumped to PHP code.

Method Details

__construct() public méthode

ReplacersCompilerPass constructor.
public __construct ( string $filename )
$filename string

process() public méthode

You can modify the container here before it is dumped to PHP code.
public process ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder