ILIAS
release_8 Revision v8.23
|
Stores repository clipboard data. More...
Public Member Functions | |
__construct () | |
setExpanded (int $id, int $val) | |
getExpanded (int $id) | |
Protected Attributes | |
const | KEY_BASE = "cont_item" |
Stores repository clipboard data.
Definition at line 28 of file class.ItemSessionRepository.php.
ILIAS\Container\Content\ItemSessionRepository::__construct | ( | ) |
Definition at line 32 of file class.ItemSessionRepository.php.
ILIAS\Container\Content\ItemSessionRepository::getExpanded | ( | int | $id | ) |
Definition at line 41 of file class.ItemSessionRepository.php.
References ILIAS\Repository\get(), and ilSession\has().
ILIAS\Container\Content\ItemSessionRepository::setExpanded | ( | int | $id, |
int | $val | ||
) |
Definition at line 36 of file class.ItemSessionRepository.php.
References ilSession\set().
|
protected |
Definition at line 30 of file class.ItemSessionRepository.php.