...Человеческий поиск в разработке...
- Модуль: 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); }