Entity implements Item
FinalYes
Table of Contents
Interfaces
Properties
- $entityId : int
- $entityType : EntityType
Methods
- __construct() : mixed
- createFromStrings() : Entity
Properties
$entityId read-only
public
int
$entityId
$entityType read-only
public
EntityType
$entityType
Methods
__construct()
public
__construct(int $entityId, EntityType $entityType) : mixed
Parameters
- $entityId : int
- $entityType : EntityType
createFromStrings()
public
static createFromStrings(string $entityId, string $entityType) : Entity
Parameters
- $entityId : string
- $entityType : string