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

Inheritance: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Datei anzeigen Open project: sulu/sulu

Public Methods

Method 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 method

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

process() public method

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