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