• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/mail/message.php
  • Класс: Bitrix\Crm\Controller\Mail\Message
  • Вызов: Message::getContactsDeal
protected function getContactsDeal(int $dealID): array
{
	$contactIDs = $this->getAllowedContactIds($this->getContactDealIds($dealID));
	return $this->buildContacts($contactIDs);
}