| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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\GlobalScreen\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.
References ilSession\set().
 Here is the call graph for this function:| const ILIAS\Block\BlockSessionRepository::KEY_BASE = "block_" | 
Definition at line 30 of file class.BlockSessionRepository.php.