Upload
class Upload extends BaseResource implements CreatableInterface
Upload class.
This class represents an "Upload" object in Contentful.
Traits
Properties
protected Upload | $sys | ||
Client | $client | from DeletableTrait | |
protected string|resource|StreamInterface|null | $body |
Methods
Returns the resource in the form of request body.
Upload constructor.
{@inheritdoc}
{@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
Returns an object representation of the upload that is compatible to an asset resource.
Details
in BaseResource at line 37
getId()
{@inheritdoc}
in BaseResource at line 45
getType()
{@inheritdoc}
in BaseResource at line 53
asLink()
{@inheritdoc}
at line 76
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.
in DeletableTrait at line 28
delete()
Deletes the current resource.
at line 50
__construct(string|resource|StreamInterface $body)
Upload constructor.
at line 58
getSystemProperties()
{@inheritdoc}
at line 66
jsonSerialize()
{@inheritdoc}
at line 84
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 95
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 103
string|resource|StreamInterface|null
getBody()
at line 113
Upload
setBody(string|resource|StreamInterface|null $body)
at line 123
asAssetFile(string $filename, string $contentType)
Returns an object representation of the upload that is compatible to an asset resource.