eZ\Publish\Core\Persistence\TransformationProcessor\PcreCompiler::__construct PHP 메소드

__construct() 공개 메소드

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