CollabEntityFactory
Table of Contents
Methods
- getById() : CollabEntity|null
- getByInternalObject() : CollabEntity|null
Methods
getById()
public
static getById(int $id, EntityType|string $type) : CollabEntity|null
Parameters
- $id : int
- $type : EntityType|string
Return values
CollabEntity|nullgetByInternalObject()
public
static getByInternalObject(mixed $internalObject, EntityType|string $type) : CollabEntity|null
Parameters
- $internalObject : mixed
- $type : EntityType|string