Entry
class Entry extends BaseResource implements EntryInterface, CreatableInterface
Entry class.
This class represents a resource with type "Entry" in Contentful.
Traits
Properties
protected Entry | $sys | ||
Client | $client | from UpdatableTrait | |
protected string | $contentTypeId | ||
protected array[] | $fields |
Methods
{@inheritdoc}
{@inheritdoc}
{@inheritdoc}
Returns a ResourceArray object which contains EntrySnapshot resources.
No description
Entry constructor.
{@inheritdoc}
Returns an associative array where keys are the name of the fragments in a URI, and the values are the corresponding IDs.
Returns an array of headers that the current resource needs to sent for being created.
No description
No description
Provides simple setX/getX capabilities, without recurring to code generation.
Details
in BaseResource at line 37
getId()
{@inheritdoc}
in BaseResource at line 45
getType()
{@inheritdoc}
in BaseResource at line 53
asLink()
{@inheritdoc}
in UpdatableTrait at line 35
abstract 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.
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.
at line 107
protected
getSpaceId()
{@inheritdoc}
at line 115
protected
getEnvironmentId()
{@inheritdoc}
at line 123
protected
getEntryId()
{@inheritdoc}
in EntryProxyExtension at line 56
getSnapshot(string $snapshotId)
Returns a EntrySnapshot resource.
in EntryProxyExtension at line 71
getSnapshots(Query $query = null)
Returns a ResourceArray object which contains EntrySnapshot resources.
in ArchivableTrait at line 31
archive()
Archives the current resource.
in ArchivableTrait at line 41
unarchive()
Unarchives the current resource.
at line 66
getSystemProperties()
in DeletableTrait at line 28
delete()
Deletes the current resource.
in PublishableTrait at line 31
publish()
Publishes the current resource.
in PublishableTrait at line 41
unpublish()
Unpublishes the current resource.
in UpdatableTrait at line 40
update()
Updates the current resource.
at line 61
__construct(string $contentTypeId)
Entry constructor.
at line 74
jsonSerialize()
{@inheritdoc}
at line 95
string[]
asUriParameters()
Returns an associative array where keys are the name of the fragments in a URI, and the values are the corresponding IDs.
at line 131
string[]
getHeadersForCreation()
Returns an array of headers that the current resource needs to sent for being created.
This method is supposed to be overridden if necessary.
at line 186
mixed
getField(string $name, string $locale)
at line 191
getFields(string $locale = null)
at line 210
Entry
setField(string $name, string $locale, $value)
at line 227
mixed
__call(string $name, array $arguments)
Provides simple setX/getX capabilities, without recurring to code generation.