PHP Класс Sulu\Bundle\CoreBundle\DependencyInjection\Compiler\ReplacersCompilerPass

Наследование: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $filename ) ReplacersCompilerPass constructor.
process ( ContainerBuilder $container ) You can modify the container here before it is dumped to PHP code.

Описание методов

__construct() публичный Метод

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

process() публичный Метод

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