• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/Manager.php
  • Класс: BitrixIntranetCustomSectionManager
  • Вызов: Manager::getLastOpenedPageCode
protected function getLastOpenedPageCode(string $customSectionCode): ?string
{
	return $this->loadLastOpenedPages()[$customSectionCode] ?? null;
}