ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct () | |
setHistory (array $hist) | |
getHistory () | |
Data Fields | |
const | KEY = "il_nav_history" |
Definition at line 26 of file class.NavigationSessionRepository.php.
ILIAS\Repository\LastVisited\NavigationSessionRepository::__construct | ( | ) |
Definition at line 30 of file class.NavigationSessionRepository.php.
ILIAS\Repository\LastVisited\NavigationSessionRepository::getHistory | ( | ) |
Definition at line 39 of file class.NavigationSessionRepository.php.
References ilSession\get(), and ilSession\has().
ILIAS\Repository\LastVisited\NavigationSessionRepository::setHistory | ( | array | $hist | ) |
Definition at line 34 of file class.NavigationSessionRepository.php.
References ilSession\set().
const ILIAS\Repository\LastVisited\NavigationSessionRepository::KEY = "il_nav_history" |
Definition at line 28 of file class.NavigationSessionRepository.php.