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>
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'
SHARING_ON_LINK_COPIED
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'
createFromCrmDealLink()
public
static createFromCrmDealLink(CrmDealLink $crmDealLink, string $eventType) : self
Parameters
-
$crmDealLink
: CrmDealLink
-
-
$eventType
: string
-
getAssociatedEntityId()
public
getAssociatedEntityId() : int|null
getAssociatedEntityTypeId()
public
getAssociatedEntityTypeId() : int|null
getChannelName()
public
getChannelName() : string|null
Return values
string|null
public
getContactCommunication() : string|null
Return values
string|null
public
getContactId() : mixed
public
getContactTypeId() : mixed
getEntityId()
public
getEntityId() : mixed
getEntityTypeId()
public
getEntityTypeId() : mixed
getEventType()
public
getEventType() : mixed
getLinkHash()
public
getLinkHash() : string|null
Return values
string|null
getLinkId()
public
getLinkId() : int|null
getMemberIds()
public
getMemberIds() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getOwnerId()
public
getOwnerId() : mixed
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
-
setAssociatedEntityTypeId()
public
setAssociatedEntityTypeId(int|null $associatedEntityTypeId) : self
Parameters
-
$associatedEntityTypeId
: int|null
-
setChannelName()
public
setChannelName(string|null $channelName) : self
Parameters
-
$channelName
: string|null
-
public
setContactCommunication(string|null $contactCommunication) : self
Parameters
-
$contactCommunication
: string|null
-
public
setContactId(int|null $contactId) : mixed
Parameters
-
$contactId
: int|null
-
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
-
setLinkId()
public
setLinkId(int|null $linkId) : self
Parameters
-
$linkId
: int|null
-
setMemberIds()
public
setMemberIds(array<string|int, mixed>|null $memberIds) : self
Parameters
-
$memberIds
: array<string|int, mixed>|null
-
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
-
setTimestamp()
public
setTimestamp(int|null $timestamp) : mixed
Parameters
-
$timestamp
: int|null
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>