• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/runtime/env.php
  • Класс: Bitrix\Sender\Runtime\Env
  • Вызов: Env::getMaxConsentRequests
static function getMaxConsentRequests(string $code) : bool
{
	return (int) Option::get('sender','~' . $code . '_max_consent_requests',0);
}