|
ILIAS
release_8 Revision v8.24
|
Workspace clipboard session repository. More...
Collaboration diagram for ILIAS\PersonalWorkspace\WorkspaceSessionRepository:Public Member Functions | |
| __construct () | |
| clearClipboard () | |
| isClipboardEmpty () | |
| setClipboardWsp2Repo (bool $wsp2repo) | |
| getClipboardWsp2Repo () | |
| setClipboardSourceIds (array $ids) | |
| getClipboardSourceIds () | |
| setClipboardCmd (string $cmd) | |
| getClipboardCmd () | |
| setClipboardShared (bool $shared) | |
| getClipboardShared () | |
Protected Attributes | |
| const | BASE_SESSION_KEY = 'wsp_' |
Workspace clipboard session repository.
Definition at line 26 of file class.WorkspaceSessionRepository.php.
| ILIAS\PersonalWorkspace\WorkspaceSessionRepository::__construct | ( | ) |
Definition at line 30 of file class.WorkspaceSessionRepository.php.
| ILIAS\PersonalWorkspace\WorkspaceSessionRepository::clearClipboard | ( | ) |
Definition at line 34 of file class.WorkspaceSessionRepository.php.
References ilSession\clear().
Here is the call graph for this function:| ILIAS\PersonalWorkspace\WorkspaceSessionRepository::getClipboardCmd | ( | ) |
Definition at line 72 of file class.WorkspaceSessionRepository.php.
References ILIAS\Repository\get().
Referenced by ILIAS\PersonalWorkspace\WorkspaceSessionRepository\isClipboardEmpty().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\PersonalWorkspace\WorkspaceSessionRepository::getClipboardShared | ( | ) |
Definition at line 82 of file class.WorkspaceSessionRepository.php.
References ILIAS\Repository\get().
Here is the call graph for this function:| ILIAS\PersonalWorkspace\WorkspaceSessionRepository::getClipboardSourceIds | ( | ) |
Definition at line 62 of file class.WorkspaceSessionRepository.php.
References ILIAS\Repository\get().
Referenced by ILIAS\PersonalWorkspace\WorkspaceSessionRepository\isClipboardEmpty().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\PersonalWorkspace\WorkspaceSessionRepository::getClipboardWsp2Repo | ( | ) |
Definition at line 52 of file class.WorkspaceSessionRepository.php.
References ILIAS\Repository\get().
Here is the call graph for this function:| ILIAS\PersonalWorkspace\WorkspaceSessionRepository::isClipboardEmpty | ( | ) |
Definition at line 42 of file class.WorkspaceSessionRepository.php.
References ILIAS\PersonalWorkspace\WorkspaceSessionRepository\getClipboardCmd(), and ILIAS\PersonalWorkspace\WorkspaceSessionRepository\getClipboardSourceIds().
Here is the call graph for this function:| ILIAS\PersonalWorkspace\WorkspaceSessionRepository::setClipboardCmd | ( | string | $cmd | ) |
Definition at line 67 of file class.WorkspaceSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\PersonalWorkspace\WorkspaceSessionRepository::setClipboardShared | ( | bool | $shared | ) |
Definition at line 77 of file class.WorkspaceSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\PersonalWorkspace\WorkspaceSessionRepository::setClipboardSourceIds | ( | array | $ids | ) |
Definition at line 57 of file class.WorkspaceSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\PersonalWorkspace\WorkspaceSessionRepository::setClipboardWsp2Repo | ( | bool | $wsp2repo | ) |
Definition at line 47 of file class.WorkspaceSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file class.WorkspaceSessionRepository.php.