ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Stores repository clipboard data. More...
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().
ILIAS\Block\BlockSessionRepository::setNavPar | ( | string | $par, |
string | $val | ||
) |
Definition at line 36 of file class.BlockSessionRepository.php.
References ilSession\set().
const ILIAS\Block\BlockSessionRepository::KEY_BASE = "block_" |
Definition at line 30 of file class.BlockSessionRepository.php.