class BaseSystemProperties implements SystemPropertiesInterface

A SystemProperties instance contains the metadata of a resource.

Properties

protected string $id
protected string $type

Methods

__construct(array $sys)

SystemProperties constructor.

string
getId()

No description

string
getType()

No description

jsonSerialize()

{@inheritdoc}

Details

at line 36
__construct(array $sys)

SystemProperties constructor.

Parameters

array $sys

at line 45
string getId()

Return Value

string

at line 53
string getType()

Return Value

string

at line 61
jsonSerialize()

{@inheritdoc}