eZ\Publish\Core\Persistence\Legacy\Content\Type\Mapper::__construct PHP 메소드

__construct() 공개 메소드

Creates a new content type mapper.
public __construct ( ConverterRegistry $converterRegistry )
$converterRegistry eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry
    public function __construct(ConverterRegistry $converterRegistry)
    {
        $this->converterRegistry = $converterRegistry;
    }