ProcessEntityResponsible extends ProcessEntity
Supported phrase codes: CRM_PROCESS_ENTITY_LEAD_BECOME_RESPONSIBLE CRM_PROCESS_ENTITY_DEAL_BECOME_RESPONSIBLE CRM_PROCESS_ENTITY_RECURRING_DEAL_BECOME_RESPONSIBLE CRM_PROCESS_ENTITY_ORDER_BECOME_RESPONSIBLE CRM_PROCESS_ENTITY_CONTACT_BECOME_RESPONSIBLE CRM_PROCESS_ENTITY_COMPANY_BECOME_RESPONSIBLE CRM_PROCESS_ENTITY_SMART_INVOICE_BECOME_RESPONSIBLE CRM_PROCESS_ENTITY_QUOTE_BECOME_RESPONSIBLE_MSGVER_1 CRM_PROCESS_ENTITY_DYNAMIC_BECOME_RESPONSIBLE CRM_PROCESS_ENTITY_DEFAULT_BECOME_RESPONSIBLE
CRM_PROCESS_ENTITY_LEAD_NO_LONGER_RESPONSIBLE CRM_PROCESS_ENTITY_DEAL_NO_LONGER_RESPONSIBLE CRM_PROCESS_ENTITY_RECURRING_DEAL_NO_LONGER_RESPONSIBLE CRM_PROCESS_ENTITY_ORDER_NO_LONGER_RESPONSIBLE CRM_PROCESS_ENTITY_CONTACT_NO_LONGER_RESPONSIBLE CRM_PROCESS_ENTITY_COMPANY_NO_LONGER_RESPONSIBLE CRM_PROCESS_ENTITY_SMART_INVOICE_NO_LONGER_RESPONSIBLE CRM_PROCESS_ENTITY_QUOTE_NO_LONGER_RESPONSIBLE CRM_PROCESS_ENTITY_DYNAMIC_NO_LONGER_RESPONSIBLE CRM_PROCESS_ENTITY_DEFAULT_NO_LONGER_RESPONSIBLE
Table of Contents
Constants
- BECOME_RESPONSIBLE = 'BECOME_RESPONSIBLE'
- NO_LONGER_RESPONSIBLE = 'NO_LONGER_RESPONSIBLE'
- 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_RESPONSIBLE
public
mixed
BECOME_RESPONSIBLE
= 'BECOME_RESPONSIBLE'
NO_LONGER_RESPONSIBLE
public
mixed
NO_LONGER_RESPONSIBLE
= 'NO_LONGER_RESPONSIBLE'
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