• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/transport/adapter.php
  • Класс: Bitrix\Sender\Transport\Adapter
  • Вызов: Adapter::isConsentSupported
public function isConsentSupported()
{
	return 	$this->transport instanceof iConsent;
}