• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/settings/restsettings.php
  • Класс: Bitrix\Crm\Settings\RestSettings
  • Вызов: RestSettings::getCurrent
static function getCurrent()
{
	if(self::$current === null)
	{
		self::$current = new RestSettings();
	}
	return self::$current;
}