• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/classes/general/event_calendar.php
  • Класс: CEventCalendar
  • Вызов: CEventCalendar::GetTabId
function GetTabId()
{
	if (!$this->UserSettings)
		$this->GetUserSettings();
	return $this->UserSettings['tabId'];
}