• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/Manager.php
  • Класс: BitrixIntranetCustomSectionManager
  • Вызов: Manager::setLastOpenedPageCode
protected function setLastOpenedPageCode(string $customSectionCode, string $pageCode): void
{
	$currentOption = $this->loadLastOpenedPages();

	$currentOption[$customSectionCode] = $pageCode;

	$this->saveLastOpenedPages($currentOption);
}