CrmContact::getEventId

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CrmContact
  4. getEventId
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/socialnetwork/livefeed/crmcontact.php
  • Класс: Bitrix\Crm\Integration\Socialnetwork\Livefeed\CrmContact
  • Вызов: CrmContact::getEventId
public function getEventId(): array
{
	return [
		\CCrmLiveFeedEvent::ContactPrefix . \CCrmLiveFeedEvent::Add,
		\CCrmLiveFeedEvent::ContactPrefix . \CCrmLiveFeedEvent::Owner,
		\CCrmLiveFeedEvent::ContactPrefix . \CCrmLiveFeedEvent::Denomination,
		\CCrmLiveFeedEvent::ContactPrefix . \CCrmLiveFeedEvent::Responsible,
		\CCrmLiveFeedEvent::ContactPrefix . \CCrmLiveFeedEvent::Message
	];
}

Добавить комментарий