AddressLink implements IAddressLink
FinalYes
The default implementation of IAddressLink
Class AddressLink
Table of Contents
Interfaces
- IAddressLink
- This interface could be used for entities linked with addresses
Methods
- __construct() : mixed
- AddressLink constructor.
- getAddressLinkEntityId() : string
- Returns linked entity identifier
- getAddressLinkEntityType() : string
- Returns linked entity type
Methods
__construct()
AddressLink constructor.
public
__construct(string $entityId, string $entityType) : mixed
Parameters
- $entityId : string
- $entityType : string
Tags
getAddressLinkEntityId()
Returns linked entity identifier
public
getAddressLinkEntityId() : string
Tags
Return values
stringgetAddressLinkEntityType()
Returns linked entity type
public
getAddressLinkEntityType() : string