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