Bitrix API

ProcessEntity extends BaseBuilder

Supported phrase codes: CRM_PROCESS_ENTITY_LEAD_ADD CRM_PROCESS_ENTITY_DEAL_ADD CRM_PROCESS_ENTITY_RECURRING_DEAL_ADD CRM_PROCESS_ENTITY_ORDER_ADD CRM_PROCESS_ENTITY_ORDER_PAYMENT_ADD CRM_PROCESS_ENTITY_ORDER_SHIPMENT_ADD CRM_PROCESS_ENTITY_CONTACT_ADD CRM_PROCESS_ENTITY_COMPANY_ADD CRM_PROCESS_ENTITY_SMART_INVOICE_ADD CRM_PROCESS_ENTITY_QUOTE_ADD_MSGVER_1 CRM_PROCESS_ENTITY_DYNAMIC_ADD CRM_PROCESS_ENTITY_DEFAULT_ADD

Table of Contents

Constants

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

getFilePath()

public static getFilePath() : 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