Space
class Space extends BaseResource
The Space class represents a single space identified by its ID and holding some metadata.
Properties
protected Space | $sys | ||
protected string | $name |
Methods
__construct(array $data)
Resources in this SDK should not be built using $new Class()
.
from BaseResource
getSystemProperties()
{@inheritdoc}
string
getName()
Returns the name of this space.
jsonSerialize()
{@inheritdoc}
Details
in BaseResource at line 26
protected
__construct(array $data)
Resources in this SDK should not be built using $new Class()
.
This method is only useful in testing environments, where the resource needs to be subclasses and this method made public.
in BaseResource at line 38
asLink()
{@inheritdoc}
in BaseResource at line 49
getId()
{@inheritdoc}
in BaseResource at line 57
getType()
{@inheritdoc}
at line 34
getSystemProperties()
{@inheritdoc}
at line 44
string
getName()
Returns the name of this space.
at line 52
jsonSerialize()
{@inheritdoc}