PHP 클래스 Sulu\Bundle\CoreBundle\DependencyInjection\Compiler\ReplacersCompilerPass

상속: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__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