eZ\Publish\Core\Persistence\TransformationProcessor\PcreCompiler::__construct PHP Method

__construct() public method

Construct from UTF8Converter.
public __construct ( Utf8Converter $converter )
$converter eZ\Publish\Core\Persistence\Utf8Converter
    public function __construct(Utf8Converter $converter)
    {
        $this->converter = $converter;
    }