BaseResource
class BaseResource implements ResourceInterface
Properties
| protected Client | $client | ||
| protected SystemProperties | $sys |
Methods
__construct(array $data)
Resources in this SDK should not be built using $new Class().
getSystemProperties()
{@inheritdoc}
asLink()
{@inheritdoc}
getId()
{@inheritdoc}
getType()
{@inheritdoc}
Details
at line 36
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.
at line 50
SystemProperties
getSystemProperties()
{@inheritdoc}
at line 58
asLink()
{@inheritdoc}
at line 69
getId()
{@inheritdoc}
at line 77
getType()
{@inheritdoc}