| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Stores block properties. More...
 Collaboration diagram for ILIAS\Style\Content\BlockSessionRepository:Public Member Functions | |
| __construct () | |
| setProperty (string $a_block_id, int $a_user_id, string $a_property, string $a_value) | |
| getProperty (string $a_block_id, int $a_user_id, string $a_property) | |
Protected Attributes | |
| const | KEY_BASE = "cont_block" | 
Stores block properties.
Definition at line 28 of file class.BlockSessionRepository.php.
| ILIAS\Style\Content\BlockSessionRepository::__construct | ( | ) | 
Definition at line 32 of file class.BlockSessionRepository.php.
| ILIAS\Style\Content\BlockSessionRepository::getProperty | ( | string | $a_block_id, | 
| int | $a_user_id, | ||
| string | $a_property | ||
| ) | 
Definition at line 46 of file class.BlockSessionRepository.php.
References ILIAS\GlobalScreen\get(), and ilSession\has().
 Here is the call graph for this function:| ILIAS\Style\Content\BlockSessionRepository::setProperty | ( | string | $a_block_id, | 
| int | $a_user_id, | ||
| string | $a_property, | ||
| string | $a_value | ||
| ) | 
Definition at line 36 of file class.BlockSessionRepository.php.
References ilSession\set().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 30 of file class.BlockSessionRepository.php.