• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/socialnetwork/livefeed/crmactivity.php
  • Класс: Bitrix\Crm\Integration\Socialnetwork\Livefeed\CrmActivity
  • Вызов: CrmActivity::getEventId
public function getEventId(): array
{
	return [
		\CCrmLiveFeedEvent::ActivityPrefix . \CCrmLiveFeedEvent::Add,
	];
}