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

	return self::$current;
}