ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Manages items in repository clipboard. More...
Public Member Functions | |
__construct (ImportSessionRepository $repo) | |
getMobs () | |
addMob (string $label, string $uri) | |
clearMobs () | |
Protected Attributes | |
ImportSessionRepository | $repo |
Manages items in repository clipboard.
Definition at line 28 of file class.ImportManager.php.
ILIAS\SurveyQuestionPool\Export\ImportManager::__construct | ( | ImportSessionRepository | $repo | ) |
Definition at line 32 of file class.ImportManager.php.
References ILIAS\SurveyQuestionPool\Export\ImportManager\$repo.
ILIAS\SurveyQuestionPool\Export\ImportManager::addMob | ( | string | $label, |
string | $uri | ||
) |
Definition at line 42 of file class.ImportManager.php.
ILIAS\SurveyQuestionPool\Export\ImportManager::clearMobs | ( | ) |
Definition at line 47 of file class.ImportManager.php.
ILIAS\SurveyQuestionPool\Export\ImportManager::getMobs | ( | ) |
Definition at line 37 of file class.ImportManager.php.
|
protected |
Definition at line 30 of file class.ImportManager.php.
Referenced by ILIAS\SurveyQuestionPool\Export\ImportManager\__construct().