|
ILIAS
release_8 Revision v8.24
|
Stores session data in import process. More...
Collaboration diagram for ILIAS\SurveyQuestionPool\Editing\EditSessionRepository:Public Member Functions | |
| __construct () | |
| addQuestionToClipboard (int $qid, string $action) | |
| getQuestionsFromClipboard () | |
| clearClipboardQuestions () | |
| setSearchLinkType (string $type) | |
| getSearchLinkType () | |
| clearSearchLinkType () | |
| setNewLinkType (string $type) | |
| getNewLinkType () | |
| clearNewLinkType () | |
| setPhraseData (array $data) | |
| getPhraseData () | |
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" |
| const | KEY_PHRASE_DATA = self::KEY_BASE . "phr_data" |
Stores session data in import process.
Definition at line 28 of file class.EditSessionRepository.php.
| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::__construct | ( | ) |
Definition at line 36 of file class.EditSessionRepository.php.
| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::addQuestionToClipboard | ( | int | $qid, |
| string | $action | ||
| ) |
Definition at line 40 of file class.EditSessionRepository.php.
References ilSession\get(), ilSession\has(), and ilSession\set().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::clearClipboardQuestions | ( | ) |
Definition at line 62 of file class.EditSessionRepository.php.
References ilSession\clear(), and ilSession\has().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::clearNewLinkType | ( | ) |
Definition at line 96 of file class.EditSessionRepository.php.
References ilSession\clear(), and ilSession\has().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::clearSearchLinkType | ( | ) |
Definition at line 79 of file class.EditSessionRepository.php.
References ilSession\clear(), and ilSession\has().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::getNewLinkType | ( | ) |
Definition at line 91 of file class.EditSessionRepository.php.
References ilSession\get().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::getPhraseData | ( | ) |
Definition at line 108 of file class.EditSessionRepository.php.
References ilSession\get().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::getQuestionsFromClipboard | ( | ) |
Definition at line 53 of file class.EditSessionRepository.php.
References ilSession\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::getSearchLinkType | ( | ) |
Definition at line 74 of file class.EditSessionRepository.php.
References ilSession\get().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::setNewLinkType | ( | string | $type | ) |
Definition at line 86 of file class.EditSessionRepository.php.
References $type, and ilSession\set().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::setPhraseData | ( | array | $data | ) |
Definition at line 103 of file class.EditSessionRepository.php.
References $data, and ilSession\set().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::setSearchLinkType | ( | string | $type | ) |
Definition at line 69 of file class.EditSessionRepository.php.
References $type, and ilSession\set().
Here is the call graph for this function:| 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_PHRASE_DATA = self::KEY_BASE . "phr_data" |
Definition at line 34 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.