ILIAS
release_8 Revision v8.19
|
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\Navigation\NavigationSessionRepository::__construct | ( | ) |
Definition at line 30 of file class.NavigationSessionRepository.php.
ILIAS\Navigation\NavigationSessionRepository::getHistory | ( | ) |
Definition at line 39 of file class.NavigationSessionRepository.php.
References ilSession\get(), and ilSession\has().
ILIAS\Navigation\NavigationSessionRepository::setHistory | ( | array | $hist | ) |
Definition at line 34 of file class.NavigationSessionRepository.php.
References ilSession\set().
const ILIAS\Navigation\NavigationSessionRepository::KEY = "il_nav_history" |
Definition at line 28 of file class.NavigationSessionRepository.php.