• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/userconsent/agreement.php
  • Класс: BitrixMainUserConsentAgreement
  • Вызов: Agreement::__construct
public function __construct($id, array $replace = array())
{
	$this->errors = new ErrorCollection();
	$this->intl = new Intl();
	$this->load($id);
	$this->setReplace($replace);

	$this->isAgreementTextHtml = ($this->data['IS_AGREEMENT_TEXT_HTML'] == 'Y');
}