To implements JsonSerializable
FinalYes
Table of Contents
Interfaces
- JsonSerializable
Methods
- __construct() : mixed
- getAddress() : Value
- getAddressSource() : ItemIdentifier
- getRootSource() : ItemIdentifier
- jsonSerialize() : array<string|int, mixed>
Methods
__construct()
public
__construct(ItemIdentifier $rootSource, ItemIdentifier $addressSource, Value $address) : mixed
Parameters
- $rootSource : ItemIdentifier
- $addressSource : ItemIdentifier
- $address : Value
getAddress()
public
getAddress() : Value
Return values
ValuegetAddressSource()
public
getAddressSource() : ItemIdentifier
Return values
ItemIdentifiergetRootSource()
public
getRootSource() : ItemIdentifier
Return values
ItemIdentifierjsonSerialize()
public
jsonSerialize() : array<string|int, mixed>