|
ILIAS
release_8 Revision v8.24
|
Stores block properties. More...
Collaboration diagram for ILIAS\Container\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\Container\Content\BlockSessionRepository::__construct | ( | ) |
Definition at line 32 of file class.BlockSessionRepository.php.
| ILIAS\Container\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\LTI\ToolProvider\$key, and ILIAS\Repository\get().
Here is the call graph for this function:| ILIAS\Container\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.
|
protected |
Definition at line 30 of file class.BlockSessionRepository.php.