| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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 () | |
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().
 Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::clearClipboardQuestions | ( | ) | 
Definition at line 61 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 95 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 78 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 90 of file class.EditSessionRepository.php.
References ilSession\get().
 Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::getQuestionsFromClipboard | ( | ) | 
Definition at line 52 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 73 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 85 of file class.EditSessionRepository.php.
References ilSession\set().
 Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditSessionRepository::setSearchLinkType | ( | string | $type | ) | 
Definition at line 68 of file class.EditSessionRepository.php.
References 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_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.