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