45 ?
int $timestamp =
null,
46 int $associatedEntityId = 0,
47 int $associatedEntityTypeId = 0
50 $timestamp = $this->prepareTimestamp($timestamp);
53 'EVENT_TYPE' => $this->notifyType,
54 'OWNER_ID' => $this->link->getOwnerId(),
55 'LINK_ID' => $this->link->getId(),
56 'LINK_TYPE' => $this->link->getObjectType(),
57 'LINK_ENTITY_ID' => $this->link->getObjectId(),
58 'CONTACT_ID' => $this->link->getContactId(),
59 'CONTACT_TYPE_ID' => $this->link->getContactType(),
60 'LINK_HASH' => $this->link->getHash(),
61 'ASSOCIATED_ENTITY_ID' => $associatedEntityId,
62 'ASSOCIATED_ENTITY_TYPE_ID' => $associatedEntityTypeId,
63 'TIMESTAMP' => $timestamp,
66 (new \Bitrix\Main\Event(
68 self::SHARING_CRM_ACTIONS_EVENT,