ILIAS
release_8 Revision v8.19
|
Stores block properties. More...
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, ILIAS\Repository\get(), and ilSession\has().
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.
References ilSession\set().
|
protected |
Definition at line 30 of file class.BlockSessionRepository.php.