class BaseSystemProperties implements SystemPropertiesInterface

A SystemProperties instance contains the metadata of a resource.

Properties

protected string $id
protected string $type

Methods

init(string $type, string $id)

No description

string
getId()

No description

string
getType()

No description

jsonSerialize()

{@inheritdoc}

Details

at line 35
protected init(string $type, string $id)

Parameters

string $type
string $id

at line 44
string getId()

Return Value

string

at line 52
string getType()

Return Value

string

at line 60
jsonSerialize()

{@inheritdoc}