eZ\Publish\Core\Persistence\TransformationProcessor\PreprocessedBased::__construct PHP Метод

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

Constructor.
public __construct ( PcreCompiler $compiler, array $ruleFiles = [] )
$compiler PcreCompiler
$ruleFiles array
    public function __construct(PcreCompiler $compiler, array $ruleFiles = array())
    {
        parent::__construct($compiler, $ruleFiles);
    }
PreprocessedBased