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

	return self::$current;
}