• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/classes/general/timeman_report_full.php
  • Класс: CReportSettings
  • Вызов: CReportSettings::GetSectionSettings
static function GetSectionSettings($section_id, $maketimestamp = false)
{
	if (null == self::$SECTIONS_SETTINGS_CACHE)
		self::_GetTreeSettings();

	$settings = self::$SECTIONS_SETTINGS_CACHE[$section_id];
	if ($maketimestamp == true)
		$settings["UF_TM_TIME"] = CTimeman::MakeShortTS($settings["UF_TM_TIME"]);
	return $settings;

}