|
ILIAS
release_8 Revision v8.24
|
Stores repository clipboard data. More...
Collaboration diagram for ILIAS\Container\Content\ItemSessionRepository: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 $id, ILIAS\Repository\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\Container\Content\ItemSessionRepository::setExpanded | ( | int | $id, |
| int | $val | ||
| ) |
Definition at line 36 of file class.ItemSessionRepository.php.
References $id, and ilSession\set().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.ItemSessionRepository.php.