|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Stores media pool clipboard data. More...
Collaboration diagram for ILIAS\MediaPool\Clipboard\ClipboardSessionRepository:Public Member Functions | |
| __construct () | |
| setFolder (int $fold_id) | |
| getFolder () | |
| setIds (array $ids) | |
| getIds () | |
Data Fields | |
| const | KEY_BASE = "mep_clip" |
Stores media pool clipboard data.
Definition at line 28 of file class.ClipboardSessionRepository.php.
| ILIAS\MediaPool\Clipboard\ClipboardSessionRepository::__construct | ( | ) |
Definition at line 32 of file class.ClipboardSessionRepository.php.
| ILIAS\MediaPool\Clipboard\ClipboardSessionRepository::getFolder | ( | ) |
Definition at line 41 of file class.ClipboardSessionRepository.php.
References ilSession\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\MediaPool\Clipboard\ClipboardSessionRepository::getIds | ( | ) |
Definition at line 54 of file class.ClipboardSessionRepository.php.
References ILIAS\Repository\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\MediaPool\Clipboard\ClipboardSessionRepository::setFolder | ( | int | $fold_id | ) |
Definition at line 36 of file class.ClipboardSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\MediaPool\Clipboard\ClipboardSessionRepository::setIds | ( | array | $ids | ) |
Definition at line 49 of file class.ClipboardSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| const ILIAS\MediaPool\Clipboard\ClipboardSessionRepository::KEY_BASE = "mep_clip" |
Definition at line 30 of file class.ClipboardSessionRepository.php.