class EntrySnapshot extends Snapshot

EntrySnapshot class.

This class represents a resource with type "Snapshot" and entity type "Entry" in Contentful.

Properties

protected Snapshot $sys
protected Client|null $client from BaseResource
Entry $snapshot

Methods

getId()

{@inheritdoc}

getType()

{@inheritdoc}

asLink()

{@inheritdoc}

mixed
asRequestBody()

Returns the resource in the form of request body.

from Snapshot
setClient(Client $client)

Sets the current Client object instance.

getSystemProperties()

{@inheritdoc}

jsonSerialize()

{@inheritdoc}

from Snapshot
getSnapshot()

No description

from Snapshot
string[]
asUriParameters()

Returns an associative array where keys are the name of the fragments in a URI, and the values are the corresponding IDs.

getEntry()

No description

Details

in BaseResource at line 37
getId()

{@inheritdoc}

in BaseResource at line 45
getType()

{@inheritdoc}

{@inheritdoc}

in Snapshot at line 61
mixed asRequestBody()

Returns the resource in the form of request body.

This can differ from regular serialization, as some fields may not be present in the request payload.

Return Value

mixed

in BaseResource at line 77
BaseResource setClient(Client $client)

Sets the current Client object instance.

This is done automatically when performing API calls, so it shouldn't be used manually.

Parameters

Client $client

Return Value

BaseResource

at line 36
getSystemProperties()

{@inheritdoc}

in Snapshot at line 50
jsonSerialize()

{@inheritdoc}

in Snapshot at line 66
getSnapshot()

at line 44
string[] asUriParameters()

Returns an associative array where keys are the name of the fragments in a URI, and the values are the corresponding IDs.

Return Value

string[]

at line 54
getEntry()