ContactSettings::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. ContactSettings
  4. __construct
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/settings/contactsettings.php
  • Класс: Bitrix\Crm\Settings\ContactSettings
  • Вызов: ContactSettings::__construct
public function __construct()
{
	$this->defaultListView = new IntegerSetting('contact_default_list_view', self::VIEW_LIST);
	$this->isOpened = new BooleanSetting('contact_opened_flag', true);
	$this->enableOutmodedRequisites = new BooleanSetting('~CRM_ENABLE_CONTACT_OUTMODED_FIELDS', false);
	$this->enableDeferredCleaning = new BooleanSetting('enable_contact_deferred_cleaning', true);
	$this->enableRecycleBin = new BooleanSetting('enable_contact_recycle_bin', true);
	$this->initIsFactoryEnabledSetting(\CCrmOwnerType::Contact, false);
}

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