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