|
ILIAS
release_8 Revision v8.24
|
Stores repository clipboard data. More...
Collaboration diagram for ILIAS\Block\BlockSessionRepository:Public Member Functions | |
| __construct () | |
| setNavPar (string $par, string $val) | |
| getNavPar (string $par) | |
Data Fields | |
| const | KEY_BASE = "block_" |
Stores repository clipboard data.
Definition at line 28 of file class.BlockSessionRepository.php.
| ILIAS\Block\BlockSessionRepository::__construct | ( | ) |
Definition at line 32 of file class.BlockSessionRepository.php.
| ILIAS\Block\BlockSessionRepository::getNavPar | ( | string | $par | ) |
Definition at line 43 of file class.BlockSessionRepository.php.
References ILIAS\Repository\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\Block\BlockSessionRepository::setNavPar | ( | string | $par, |
| string | $val | ||
| ) |
Definition at line 36 of file class.BlockSessionRepository.php.
| const ILIAS\Block\BlockSessionRepository::KEY_BASE = "block_" |
Definition at line 30 of file class.BlockSessionRepository.php.