ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Stores repository clipboard data. More...
Public Member Functions | |
__construct () | |
setCmd (string $cmd) | |
getCmd () | |
setParent (int $parent) | |
getParent () | |
setRefIds (array $ref_ids) | |
getRefIds () | |
hasEntries () | |
clear () | |
Data Fields | |
const | KEY_BASE = "repo_clip" |
Stores repository clipboard data.
Definition at line 28 of file class.ClipboardSessionRepository.php.
ILIAS\Repository\Clipboard\ClipboardSessionRepository::__construct | ( | ) |
Definition at line 32 of file class.ClipboardSessionRepository.php.
ILIAS\Repository\Clipboard\ClipboardSessionRepository::clear | ( | ) |
Definition at line 80 of file class.ClipboardSessionRepository.php.
References ilSession\clear().
ILIAS\Repository\Clipboard\ClipboardSessionRepository::getCmd | ( | ) |
Definition at line 41 of file class.ClipboardSessionRepository.php.
References ILIAS\GlobalScreen\get(), and ilSession\has().
Referenced by ILIAS\Repository\Clipboard\ClipboardSessionRepository\hasEntries().
ILIAS\Repository\Clipboard\ClipboardSessionRepository::getParent | ( | ) |
Definition at line 54 of file class.ClipboardSessionRepository.php.
References ilSession\get(), and ilSession\has().
ILIAS\Repository\Clipboard\ClipboardSessionRepository::getRefIds | ( | ) |
Definition at line 67 of file class.ClipboardSessionRepository.php.
References ILIAS\GlobalScreen\get(), and ilSession\has().
Referenced by ILIAS\Repository\Clipboard\ClipboardSessionRepository\hasEntries().
ILIAS\Repository\Clipboard\ClipboardSessionRepository::hasEntries | ( | ) |
Definition at line 75 of file class.ClipboardSessionRepository.php.
References ILIAS\Repository\Clipboard\ClipboardSessionRepository\getCmd(), and ILIAS\Repository\Clipboard\ClipboardSessionRepository\getRefIds().
ILIAS\Repository\Clipboard\ClipboardSessionRepository::setCmd | ( | string | $cmd | ) |
Definition at line 36 of file class.ClipboardSessionRepository.php.
References ilSession\set().
ILIAS\Repository\Clipboard\ClipboardSessionRepository::setParent | ( | int | $parent | ) |
Definition at line 49 of file class.ClipboardSessionRepository.php.
References ilSession\set().
ILIAS\Repository\Clipboard\ClipboardSessionRepository::setRefIds | ( | array | $ref_ids | ) |
Definition at line 62 of file class.ClipboardSessionRepository.php.
References ilSession\set().
const ILIAS\Repository\Clipboard\ClipboardSessionRepository::KEY_BASE = "repo_clip" |
Definition at line 30 of file class.ClipboardSessionRepository.php.