class Asset extends BaseMapper

Asset class.

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

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}

FileInterface
buildFile(array $data)

Creates a File or a subclass thereof.

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 34
map($resource, array $data)

{@inheritdoc}

Parameters

$resource
array $data

at line 66
protected FileInterface buildFile(array $data)

Creates a File or a subclass thereof.

Parameters

array $data

Return Value

FileInterface