ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Stores session data in import process. More...
Public Member Functions | |
__construct () | |
addQuestionToClipboard (int $qid, string $action) | |
getQuestionsFromClipboard () | |
clearClipboardQuestions () | |
setSearchLinkType (string $type) | |
getSearchLinkType () | |
clearSearchLinkType () | |
setNewLinkType (string $type) | |
getNewLinkType () | |
clearNewLinkType () | |
Data Fields | |
const | KEY_BASE = "svy_edit_" |
const | KEY_QCLIP = self::KEY_BASE . "qclip" |
const | KEY_SLTYPE = self::KEY_BASE . "search_link_type" |
const | KEY_NLTYPE = self::KEY_BASE . "new_link_type" |
Stores session data in import process.
Definition at line 28 of file class.EditSessionRepository.php.
ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::__construct | ( | ) |
Definition at line 35 of file class.EditSessionRepository.php.
ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::addQuestionToClipboard | ( | int | $qid, |
string | $action | ||
) |
Definition at line 39 of file class.EditSessionRepository.php.
References ilSession\get(), ilSession\has(), and ilSession\set().
ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::clearClipboardQuestions | ( | ) |
Definition at line 61 of file class.EditSessionRepository.php.
References ilSession\clear(), and ilSession\has().
ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::clearNewLinkType | ( | ) |
Definition at line 95 of file class.EditSessionRepository.php.
References ilSession\clear(), and ilSession\has().
ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::clearSearchLinkType | ( | ) |
Definition at line 78 of file class.EditSessionRepository.php.
References ilSession\clear(), and ilSession\has().
ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::getNewLinkType | ( | ) |
Definition at line 90 of file class.EditSessionRepository.php.
References ilSession\get().
ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::getQuestionsFromClipboard | ( | ) |
Definition at line 52 of file class.EditSessionRepository.php.
References ilSession\get(), and ilSession\has().
ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::getSearchLinkType | ( | ) |
Definition at line 73 of file class.EditSessionRepository.php.
References ilSession\get().
ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::setNewLinkType | ( | string | $type | ) |
Definition at line 85 of file class.EditSessionRepository.php.
References ilSession\set().
ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::setSearchLinkType | ( | string | $type | ) |
Definition at line 68 of file class.EditSessionRepository.php.
References ilSession\set().
const ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::KEY_BASE = "svy_edit_" |
Definition at line 30 of file class.EditSessionRepository.php.
const ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::KEY_NLTYPE = self::KEY_BASE . "new_link_type" |
Definition at line 33 of file class.EditSessionRepository.php.
const ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::KEY_QCLIP = self::KEY_BASE . "qclip" |
Definition at line 31 of file class.EditSessionRepository.php.
const ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::KEY_SLTYPE = self::KEY_BASE . "search_link_type" |
Definition at line 32 of file class.EditSessionRepository.php.