eZ\Publish\Core\Persistence\Legacy\Content\Type\Mapper::__construct PHP Method

__construct() public method

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;
    }