UserConsent::install

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. UserConsent
  4. install
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/userconsent.php
  • Класс: Bitrix\Crm\Integration\UserConsent
  • Вызов: UserConsent::install
static function install()
{
	if (self::applyDefaultAgreement())
	{
		return true;//self::notify();
	}

	return false;
}

Добавить комментарий