• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/Manager.php
  • Класс: BitrixIntranetCustomSectionManager
  • Вызов: Manager::loadLastOpenedPages
protected function loadLastOpenedPages(): array
{
	return CUserOptions::GetOption(static::MODULE_ID, static::LAST_OPENED_OPTION_NAME, []);
}