Bitrix API

ProcessEntityResponsible extends ProcessEntity

FinalYes

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

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
string

getMessage()

public getMessage([array<string|int, mixed> $replace = [] ]) : string
Parameters
$replace : array<string|int, mixed> = []
Return values
string

getMessageCallback()

public getMessageCallback([array<string|int, mixed> $replace = [] ]) : callable
Parameters
$replace : array<string|int, mixed> = []
Return values
callable

setType()

public setType(string $type) : self
Parameters
$type : string
Return values
self

        
On this page

Search results