• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/socialnetwork/livefeed/crmdeal.php
  • Класс: Bitrix\Crm\Integration\Socialnetwork\Livefeed\CrmDeal
  • Вызов: CrmDeal::getSuffix
public function getSuffix(): string
{
	$logEventId = $this->getLogEventId();
	if (
		!empty($logEventId)
		&& in_array($logEventId, $this->getMessageEventId(), true)
	)
	{
		return 'MESSAGE';
	}

	return '';
}