• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/consent/consentresponsefactory.php
  • Класс: Bitrix\Sender\Consent\ConsentResponseFactory
  • Вызов: ConsentResponseFactory::getConsentResponse
static function getConsentResponse($code)
{
	return static::getObjectInstance(static::getInterface(), $code);
}