ProcessToDoActivityResponsible extends ProcessEntity
Supports phrase codes:
CRM_ACTIVITY_TODO_DEFAULT_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_LEAD_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_DEAL_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_CONTACT_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_COMPANY_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_QUOTE_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_ORDER_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_SMART_INVOICE_BECOME_RESPONSIBLE CRM_ACTIVITY_TODO_DYNAMIC_BECOME_RESPONSIBLE
CRM_ACTIVITY_TODO_DEFAULT_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_LEAD_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_DEAL_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_CONTACT_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_COMPANY_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_QUOTE_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_ORDER_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_SMART_INVOICE_NO_LONGER_RESPONSIBLE CRM_ACTIVITY_TODO_DYNAMIC_NO_LONGER_RESPONSIBLE
CRM_ACTIVITY_TODO_DEFAULT_BECOME_RESPONSIBLE_EX CRM_ACTIVITY_TODO_DEFAULT_NO_LONGER_RESPONSIBLE_EX
CRM_ACTIVITY_TODO_DEFAULT_BECOME_RESPONSIBLE_EMPTY_SUBJECT CRM_ACTIVITY_TODO_DEFAULT_NO_LONGER_RESPONSIBLE_EMPTY_SUBJECT
Table of Contents
Constants
- BECOME = 'BECOME_RESPONSIBLE'
- BECOME_EMPTY_SUBJECT = 'BECOME_RESPONSIBLE_EMPTY_SUBJECT'
- BECOME_EX = 'BECOME_RESPONSIBLE_EX'
- NO_LONGER = 'NO_LONGER_RESPONSIBLE'
- NO_LONGER_EMPTY_SUBJECT = 'NO_LONGER_RESPONSIBLE_EMPTY_SUBJECT'
- NO_LONGER_EX = 'NO_LONGER_RESPONSIBLE_EX'
- PROCESS_ADD = 'ADD'
Methods
- __construct() : mixed
- buildCode() : string
- Method to build phrase code by set parameters
- getFilePath() : string
- getMessage() : string
- getMessageCallback() : callable
- setType() : self
Constants
BECOME
public
mixed
BECOME
= 'BECOME_RESPONSIBLE'
BECOME_EMPTY_SUBJECT
public
mixed
BECOME_EMPTY_SUBJECT
= 'BECOME_RESPONSIBLE_EMPTY_SUBJECT'
BECOME_EX
public
mixed
BECOME_EX
= 'BECOME_RESPONSIBLE_EX'
NO_LONGER
public
mixed
NO_LONGER
= 'NO_LONGER_RESPONSIBLE'
NO_LONGER_EMPTY_SUBJECT
public
mixed
NO_LONGER_EMPTY_SUBJECT
= 'NO_LONGER_RESPONSIBLE_EMPTY_SUBJECT'
NO_LONGER_EX
public
mixed
NO_LONGER_EX
= 'NO_LONGER_RESPONSIBLE_EX'
PROCESS_ADD
public
mixed
PROCESS_ADD
= 'ADD'
Methods
__construct()
public
__construct(int $entityTypeId[, int $entityId = null ]) : mixed
Parameters
- $entityTypeId : int
- $entityId : int = null
buildCode()
Method to build phrase code by set parameters
public
buildCode() : string
Return values
stringgetFilePath()
public
static getFilePath() : string
Return values
stringgetMessage()
public
getMessage([array<string|int, mixed> $replace = [] ]) : string
Parameters
- $replace : array<string|int, mixed> = []
Return values
stringgetMessageCallback()
public
getMessageCallback([array<string|int, mixed> $replace = [] ]) : callable
Parameters
- $replace : array<string|int, mixed> = []
Return values
callablesetType()
public
setType(string $type) : self
Parameters
- $type : string