ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
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\GlobalScreen\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.