class DeletedContentType extends BaseMapper

DeletedContentType class.

This class is responsible for converting raw API data into a PHP object of class Contentful\Delivery\Resource\DeletedContentType.

Properties

protected ResourceBuilderInterface $builder from BaseMapper
protected ClientInterface $client from BaseMapper
protected ParserInterface $richTextParser from BaseMapper
protected ObjectHydrator $hydrator from BaseMapper

Methods

__construct(ResourceBuilderInterface $builder, ClientInterface $client, ParserInterface $richTextParser)

BaseMapper constructor.

SystemPropertiesInterface
createSystemProperties(string $class, array $data)

No description

array
normalizeFieldData(mixed $fieldData, string $locale = \null)

No description

map($resource, array $data)

{@inheritdoc}

Details

in BaseMapper at line 54
__construct(ResourceBuilderInterface $builder, ClientInterface $client, ParserInterface $richTextParser)

BaseMapper constructor.

Parameters

ResourceBuilderInterface $builder
ClientInterface $client
ParserInterface $richTextParser

in BaseMapper at line 68
protected SystemPropertiesInterface createSystemProperties(string $class, array $data)

Parameters

string $class
array $data

Return Value

SystemPropertiesInterface

in BaseMapper at line 93
protected array normalizeFieldData(mixed $fieldData, string $locale = \null)

Parameters

mixed $fieldData
string $locale

Return Value

array

at line 28
map($resource, array $data)

{@inheritdoc}

Parameters

$resource
array $data