User
class User extends BaseResource
User class.
This class represents a resource with type "User" in Contentful.
Properties
protected User | $sys | ||
protected Client|null | $client | from BaseResource | |
protected string | $firstName | ||
protected string | $lastName | ||
protected string | $avatarUrl | ||
protected string | |||
protected bool | $activated | ||
protected int | $signInCount | ||
protected bool | $confirmed |
Methods
Returns the resource in the form of request body.
{@inheritdoc}
{@inheritdoc}
Returns an associative array where keys are the name of the fragments in a URI, and the values are the corresponding IDs.
No description
No description
No description
No description
No description
No description
No description
Details
in BaseResource at line 37
getId()
{@inheritdoc}
in BaseResource at line 45
getType()
{@inheritdoc}
in BaseResource at line 53
asLink()
{@inheritdoc}
at line 100
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 75
getSystemProperties()
{@inheritdoc}
at line 83
jsonSerialize()
{@inheritdoc}
at line 108
string[]
asUriParameters()
Returns an associative array where keys are the name of the fragments in a URI, and the values are the corresponding IDs.