Sulu\Bundle\CoreBundle\DependencyInjection\Compiler\ReplacersCompilerPass::__construct PHP Метод

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

ReplacersCompilerPass constructor.
public __construct ( string $filename )
$filename string
    public function __construct($filename)
    {
        $this->filename = $filename;
    }
ReplacersCompilerPass