Action
FinalYes
Table of Contents
Constants
- ACTION_DIRECT_CODE = 'directCode'
- ACTION_EXIT = 'exit'
- ACTION_ITEM = 'item'
- ACTION_MESSAGE = 'message'
- ACTION_PHONE = 'phone'
- ACTION_QUEUE = 'queue'
- ACTION_REPEAT = 'repeat'
- ACTION_USER = 'user'
- ACTION_VOICEMAIL = 'voicemail'
Methods
- __construct() : mixed
- createFromArray() : mixed
- delete() : mixed
- getAction() : string
- getActionsByItemId() : array<string|int, Action>
- getDigit() : mixed
- getId() : mixed
- getItemId() : int
- getLeadFields() : mixed
- getParameters() : mixed
- persist() : mixed
- setAction() : mixed
- setDigit() : mixed
- setFromArray() : mixed
- setId() : mixed
- setItemId() : mixed
- setLeadFields() : mixed
- setParameters() : mixed
- toArray() : mixed
Constants
ACTION_DIRECT_CODE
public
mixed
ACTION_DIRECT_CODE
= 'directCode'
ACTION_EXIT
public
mixed
ACTION_EXIT
= 'exit'
ACTION_ITEM
public
mixed
ACTION_ITEM
= 'item'
ACTION_MESSAGE
public
mixed
ACTION_MESSAGE
= 'message'
ACTION_PHONE
public
mixed
ACTION_PHONE
= 'phone'
ACTION_QUEUE
public
mixed
ACTION_QUEUE
= 'queue'
ACTION_REPEAT
public
mixed
ACTION_REPEAT
= 'repeat'
ACTION_USER
public
mixed
ACTION_USER
= 'user'
ACTION_VOICEMAIL
public
mixed
ACTION_VOICEMAIL
= 'voicemail'
Methods
__construct()
public
__construct([mixed $id = 0 ]) : mixed
Parameters
- $id : mixed = 0
createFromArray()
public
static createFromArray(array<string|int, mixed> $parameters) : mixed
Parameters
- $parameters : array<string|int, mixed>
delete()
public
delete() : mixed
getAction()
public
getAction() : string
Return values
stringgetActionsByItemId()
public
static getActionsByItemId(mixed $itemId) : array<string|int, Action>
Parameters
- $itemId : mixed
Return values
array<string|int, Action>getDigit()
public
getDigit() : mixed
getId()
public
getId() : mixed
getItemId()
public
getItemId() : int
Return values
intgetLeadFields()
public
getLeadFields() : mixed
getParameters()
public
getParameters() : mixed
persist()
public
persist() : mixed
setAction()
public
setAction(string $action) : mixed
Parameters
- $action : string
setDigit()
public
setDigit(mixed $digit) : mixed
Parameters
- $digit : mixed
setFromArray()
public
setFromArray(array<string|int, mixed> $parameters) : mixed
Parameters
- $parameters : array<string|int, mixed>
setId()
public
setId(mixed $id) : mixed
Parameters
- $id : mixed
setItemId()
public
setItemId(int $itemId) : mixed
Parameters
- $itemId : int
setLeadFields()
public
setLeadFields(mixed $leadFields) : mixed
Parameters
- $leadFields : mixed
setParameters()
public
setParameters(mixed $parameters) : mixed
Parameters
- $parameters : mixed
toArray()
public
toArray() : mixed