ActionsTypes
Table of Contents
-
TYPE_ACTION_ACCORDING_TO_PLAN
= 'according_to_plan'
-
TYPE_ACTION_EVENT_NEW_EMPLOYEE
= 'new_employee'
-
TYPE_ACTION_EVENT_VIOLATION
= 'event_violation'
-
getType()
: string
-
getTypes()
: array<string|int, mixed>
TYPE_ACTION_ACCORDING_TO_PLAN
public
mixed
TYPE_ACTION_ACCORDING_TO_PLAN
= 'according_to_plan'
TYPE_ACTION_EVENT_NEW_EMPLOYEE
public
mixed
TYPE_ACTION_EVENT_NEW_EMPLOYEE
= 'new_employee'
TYPE_ACTION_EVENT_VIOLATION
public
mixed
TYPE_ACTION_EVENT_VIOLATION
= 'event_violation'
getType()
public
static getType(string $type) : string
Parameters
-
$type
: string
-
Return values
string
—
getTypes()
public
static getTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>
—