|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Navigation\NavigationSessionRepository: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().
Here is the call graph for this function:| ILIAS\Navigation\NavigationSessionRepository::setHistory | ( | array | $hist | ) |
Definition at line 34 of file class.NavigationSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| const ILIAS\Navigation\NavigationSessionRepository::KEY = "il_nav_history" |
Definition at line 28 of file class.NavigationSessionRepository.php.