CheckList implements Errorable uses ErrorableImplementation
Table of Contents
Interfaces
- Errorable
Constants
- CHECKLIST_COPY_ERROR = "CHECKLIST_COPY_ERROR"
Methods
- __construct() : mixed
- add() : mixed
- Creates CheckLists to entity.
- getCheckListItemsByEntityId() : array<string|int, mixed>|bool
- Returns checklist items.
Constants
CHECKLIST_COPY_ERROR
public
mixed
CHECKLIST_COPY_ERROR
= "CHECKLIST_COPY_ERROR"
Methods
__construct()
public
__construct() : mixed
add()
Creates CheckLists to entity.
public
add(int $entityId, int $executiveUserId, array<string|int, mixed> $checkListItems) : mixed
Parameters
- $entityId : int
-
Entity id.
- $executiveUserId : int
-
Executive user id.
- $checkListItems : array<string|int, mixed>
-
The CheckList fields.
getCheckListItemsByEntityId()
Returns checklist items.
public
getCheckListItemsByEntityId(int $entityId) : array<string|int, mixed>|bool
Parameters
- $entityId : int
-
Entity id.