...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/settings/webformsettings.php
- Класс: Bitrix\Crm\Settings\WebFormSettings
- Вызов: WebFormSettings::getCurrent
static function getCurrent() { if(self::$current === null) { self::$current = new static(); } return self::$current; }