|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Stores repository clipboard data. More...
Collaboration diagram for ILIAS\Repository\Clipboard\ClipboardSessionRepository: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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Repository\Clipboard\ClipboardSessionRepository::getParent | ( | ) |
Definition at line 54 of file class.ClipboardSessionRepository.php.
References ilSession\get(), and ilSession\has().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| ILIAS\Repository\Clipboard\ClipboardSessionRepository::setCmd | ( | string | $cmd | ) |
Definition at line 36 of file class.ClipboardSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\Repository\Clipboard\ClipboardSessionRepository::setParent | ( | int | $parent | ) |
Definition at line 49 of file class.ClipboardSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\Repository\Clipboard\ClipboardSessionRepository::setRefIds | ( | array | $ref_ids | ) |
Definition at line 62 of file class.ClipboardSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| const ILIAS\Repository\Clipboard\ClipboardSessionRepository::KEY_BASE = "repo_clip" |
Definition at line 30 of file class.ClipboardSessionRepository.php.