Bitrix API

Facade

Table of Contents

Constants

AI_CALL_PROCESSING  = \Bitrix\Crm\Timeline\AI\Call\Entry::class
BIZPROC  = \Bitrix\Crm\Timeline\Bizproc\Entry::class
BOOKING  = \Bitrix\Crm\Timeline\Booking\Entry::class
CALENDAR_SHARING  = \Bitrix\Crm\Timeline\CalendarSharing\Entry::class
CONVERSION  = \Bitrix\Crm\Timeline\ConversionEntry::class
CREATION  = \Bitrix\Crm\Timeline\CreationEntry::class
FINAL_SUMMARY  = \Bitrix\Crm\Timeline\FinalSummaryEntry::class
FINAL_SUMMARY_DOCUMENTS  = \Bitrix\Crm\Timeline\FinalSummaryDocumentsEntry::class
LINK  = \Bitrix\Crm\Timeline\LinkEntry::class
LOG_MESSAGE  = \Bitrix\Crm\Timeline\LogMessageEntry::class
MARK  = \Bitrix\Crm\Timeline\MarkEntry::class
MODIFICATION  = \Bitrix\Crm\Timeline\ModificationEntry::class
RESTORATION  = \Bitrix\Crm\Timeline\RestorationEntry::class
SIGN_B2E_DOCUMENT  = \Bitrix\Crm\Timeline\SignB2eDocument\Entry::class
SIGN_B2E_DOCUMENT_LOG  = \Bitrix\Crm\Timeline\SignB2eDocument\LogEntry::class
SIGN_DOCUMENT  = \Bitrix\Crm\Timeline\SignDocument\Entry::class
SIGN_DOCUMENT_LOG  = \Bitrix\Crm\Timeline\SignDocument\LogEntry::class
TASK  = \Bitrix\Crm\Timeline\Tasks\Entry::class
UNLINK  = \Bitrix\Crm\Timeline\UnlinkEntry::class

Methods

create()  : int
Create a timeline entry of the specified type Returns id of the created entry
getById()  : array<string|int, mixed>|null
Returns timeline entry by its id

Constants

AI_CALL_PROCESSING

public mixed AI_CALL_PROCESSING = \Bitrix\Crm\Timeline\AI\Call\Entry::class

BIZPROC

public mixed BIZPROC = \Bitrix\Crm\Timeline\Bizproc\Entry::class

BOOKING

public mixed BOOKING = \Bitrix\Crm\Timeline\Booking\Entry::class

CALENDAR_SHARING

public mixed CALENDAR_SHARING = \Bitrix\Crm\Timeline\CalendarSharing\Entry::class

CONVERSION

public mixed CONVERSION = \Bitrix\Crm\Timeline\ConversionEntry::class

CREATION

public mixed CREATION = \Bitrix\Crm\Timeline\CreationEntry::class

FINAL_SUMMARY

public mixed FINAL_SUMMARY = \Bitrix\Crm\Timeline\FinalSummaryEntry::class

FINAL_SUMMARY_DOCUMENTS

public mixed FINAL_SUMMARY_DOCUMENTS = \Bitrix\Crm\Timeline\FinalSummaryDocumentsEntry::class
public mixed LINK = \Bitrix\Crm\Timeline\LinkEntry::class

LOG_MESSAGE

public mixed LOG_MESSAGE = \Bitrix\Crm\Timeline\LogMessageEntry::class

MARK

public mixed MARK = \Bitrix\Crm\Timeline\MarkEntry::class

MODIFICATION

public mixed MODIFICATION = \Bitrix\Crm\Timeline\ModificationEntry::class

RESTORATION

public mixed RESTORATION = \Bitrix\Crm\Timeline\RestorationEntry::class

SIGN_B2E_DOCUMENT

public mixed SIGN_B2E_DOCUMENT = \Bitrix\Crm\Timeline\SignB2eDocument\Entry::class

SIGN_B2E_DOCUMENT_LOG

public mixed SIGN_B2E_DOCUMENT_LOG = \Bitrix\Crm\Timeline\SignB2eDocument\LogEntry::class

SIGN_DOCUMENT

public mixed SIGN_DOCUMENT = \Bitrix\Crm\Timeline\SignDocument\Entry::class

SIGN_DOCUMENT_LOG

public mixed SIGN_DOCUMENT_LOG = \Bitrix\Crm\Timeline\SignDocument\LogEntry::class

TASK

public mixed TASK = \Bitrix\Crm\Timeline\Tasks\Entry::class
public mixed UNLINK = \Bitrix\Crm\Timeline\UnlinkEntry::class

Methods

create()

Create a timeline entry of the specified type Returns id of the created entry

public create(string $entryType, array<string|int, mixed> $params) : int
Parameters
$entryType : string

should be valid TimelineEntry type

$params : array<string|int, mixed>
Tags
throws
ArgumentException
Return values
int

if something went wrong, returns 0

getById()

Returns timeline entry by its id

public getById(int $id) : array<string|int, mixed>|null
Parameters
$id : int
Return values
array<string|int, mixed>|null

        
On this page

Search results