Bitrix API

EventData

Table of Contents

Constants

SHARING_ON_EVENT_CONFIRMED  = 'SHARING_ON_EVENT_CONFIRMED'
SHARING_ON_EVENT_CREATED  = 'SHARING_ON_EVENT_CREATED'
SHARING_ON_EVENT_DOWNLOADED  = 'SHARING_ON_EVENT_DOWNLOADED'
SHARING_ON_INVITATION_SENT  = 'SHARING_ON_INVITATION_SENT'
SHARING_ON_LINK_COPIED  = 'SHARING_ON_LINK_COPIED'
SHARING_ON_NOT_VIEWED  = 'SHARING_ON_NOT_VIEWED'
SHARING_ON_RULE_UPDATED  = 'SHARING_ON_RULE_UPDATED'
SHARING_ON_VIEWED  = 'SHARING_ON_VIEWED'

Methods

createFromCrmDealLink()  : self
getAssociatedEntityId()  : int|null
getAssociatedEntityTypeId()  : int|null
getChannelName()  : string|null
getContactCommunication()  : string|null
getContactId()  : mixed
getContactTypeId()  : mixed
getEntityId()  : mixed
getEntityTypeId()  : mixed
getEventType()  : mixed
getLinkHash()  : string|null
getLinkId()  : int|null
getMemberIds()  : array<string|int, mixed>|null
getOwnerId()  : mixed
getSharingRuleArray()  : array<string|int, mixed>|null
getTimestamp()  : mixed
setAssociatedEntityId()  : self
setAssociatedEntityTypeId()  : self
setChannelName()  : self
setContactCommunication()  : self
setContactId()  : mixed
setContactTypeId()  : mixed
setEntityId()  : mixed
setEntityTypeId()  : mixed
setEventType()  : mixed
setLinkHash()  : self
setLinkId()  : self
setMemberIds()  : self
setOwnerId()  : mixed
setSharingRuleArray()  : self
setTimestamp()  : mixed
toArray()  : array<string|int, mixed>

Constants

SHARING_ON_EVENT_CONFIRMED

public mixed SHARING_ON_EVENT_CONFIRMED = 'SHARING_ON_EVENT_CONFIRMED'

SHARING_ON_EVENT_CREATED

public mixed SHARING_ON_EVENT_CREATED = 'SHARING_ON_EVENT_CREATED'

SHARING_ON_EVENT_DOWNLOADED

public mixed SHARING_ON_EVENT_DOWNLOADED = 'SHARING_ON_EVENT_DOWNLOADED'

SHARING_ON_INVITATION_SENT

public mixed SHARING_ON_INVITATION_SENT = 'SHARING_ON_INVITATION_SENT'
public mixed SHARING_ON_LINK_COPIED = 'SHARING_ON_LINK_COPIED'

SHARING_ON_NOT_VIEWED

public mixed SHARING_ON_NOT_VIEWED = 'SHARING_ON_NOT_VIEWED'

SHARING_ON_RULE_UPDATED

public mixed SHARING_ON_RULE_UPDATED = 'SHARING_ON_RULE_UPDATED'

SHARING_ON_VIEWED

public mixed SHARING_ON_VIEWED = 'SHARING_ON_VIEWED'

Methods

public static createFromCrmDealLink(CrmDealLink $crmDealLink, string $eventType) : self
Parameters
$crmDealLink : CrmDealLink
$eventType : string
Return values
self

getAssociatedEntityId()

public getAssociatedEntityId() : int|null
Return values
int|null

getAssociatedEntityTypeId()

public getAssociatedEntityTypeId() : int|null
Return values
int|null

getChannelName()

public getChannelName() : string|null
Return values
string|null

getContactCommunication()

public getContactCommunication() : string|null
Return values
string|null

getContactId()

public getContactId() : mixed

getContactTypeId()

public getContactTypeId() : mixed

getEntityTypeId()

public getEntityTypeId() : mixed

getEventType()

public getEventType() : mixed

getLinkHash()

public getLinkHash() : string|null
Return values
string|null

getLinkId()

public getLinkId() : int|null
Return values
int|null

getMemberIds()

public getMemberIds() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getSharingRuleArray()

public getSharingRuleArray() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getTimestamp()

public getTimestamp() : mixed

setAssociatedEntityId()

public setAssociatedEntityId(int|null $associatedEntityId) : self
Parameters
$associatedEntityId : int|null
Return values
self

setAssociatedEntityTypeId()

public setAssociatedEntityTypeId(int|null $associatedEntityTypeId) : self
Parameters
$associatedEntityTypeId : int|null
Return values
self

setChannelName()

public setChannelName(string|null $channelName) : self
Parameters
$channelName : string|null
Return values
self

setContactCommunication()

public setContactCommunication(string|null $contactCommunication) : self
Parameters
$contactCommunication : string|null
Return values
self

setContactId()

public setContactId(int|null $contactId) : mixed
Parameters
$contactId : int|null

setContactTypeId()

public setContactTypeId(int|null $contactTypeId) : mixed
Parameters
$contactTypeId : int|null

setEntityId()

public setEntityId(int|null $entityId) : mixed
Parameters
$entityId : int|null

setEntityTypeId()

public setEntityTypeId(int|null $entityTypeId) : mixed
Parameters
$entityTypeId : int|null

setEventType()

public setEventType(string|null $eventType) : mixed
Parameters
$eventType : string|null

setLinkHash()

public setLinkHash(string|null $linkHash) : self
Parameters
$linkHash : string|null
Return values
self

setLinkId()

public setLinkId(int|null $linkId) : self
Parameters
$linkId : int|null
Return values
self

setMemberIds()

public setMemberIds(array<string|int, mixed>|null $memberIds) : self
Parameters
$memberIds : array<string|int, mixed>|null
Return values
self

setOwnerId()

public setOwnerId(int|null $ownerId) : mixed
Parameters
$ownerId : int|null

setSharingRuleArray()

public setSharingRuleArray(array<string|int, mixed>|null $sharingRule) : self
Parameters
$sharingRule : array<string|int, mixed>|null
Return values
self

setTimestamp()

public setTimestamp(int|null $timestamp) : mixed
Parameters
$timestamp : int|null

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results