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.

getId()

No description

getType()

No description

jsonSerialize()

{@inheritdoc}

Details

at line 34
__construct(array $sys)

SystemProperties constructor.

Parameters

array $sys

at line 40
getId()

at line 45
getType()

at line 53
jsonSerialize()

{@inheritdoc}