• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/consent/abstractconsentresponse.php
  • Класс: Bitrix\Sender\Consent\AbstractConsentResponse
  • Вызов: AbstractConsentResponse::apply
public function apply()
{
	\Bitrix\Main\UserConsent\Consent::addByContext($this->getConsentId(), self::ORIGINATOR_ID, $this->getPostingId());
	return $this->updateContact(static::APPLY_ACTION);
}