|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Survey skill service GUI class. More...
Collaboration diagram for ilSurveySkillGUI:Public Member Functions | |
| __construct (ilObjSurvey $a_survey) | |
| Constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| listQuestionAssignment () | |
| List question to skill assignment. More... | |
| assignSkillToQuestion () | |
| Assign skill to question. More... | |
| selectSkillForQuestion () | |
| Select skill for question. More... | |
| removeSkillFromQuestion () | |
| Remove skill from question. More... | |
| setSubTabs ($a_activate) | |
| Set subtabs. More... | |
Protected Attributes | |
| $ctrl | |
| $tpl | |
| $user | |
| $lng | |
| $tabs | |
Survey skill service GUI class.
Definition at line 13 of file class.ilSurveySkillGUI.php.
| ilSurveySkillGUI::__construct | ( | ilObjSurvey | $a_survey | ) |
Constructor.
| object | $a_survey |
Definition at line 45 of file class.ilSurveySkillGUI.php.
Here is the call graph for this function:| ilSurveySkillGUI::assignSkillToQuestion | ( | ) |
Assign skill to question.
Definition at line 103 of file class.ilSurveySkillGUI.php.
References $ctrl, $ilCtrl, $ilUser, $lng, $tabs, $tpl, and $user.
| ilSurveySkillGUI::executeCommand | ( | ) |
Execute command.
Definition at line 60 of file class.ilSurveySkillGUI.php.
References $ctrl, $ilCtrl, and setSubTabs().
Here is the call graph for this function:| ilSurveySkillGUI::listQuestionAssignment | ( | ) |
List question to skill assignment.
Definition at line 88 of file class.ilSurveySkillGUI.php.
| ilSurveySkillGUI::removeSkillFromQuestion | ( | ) |
Remove skill from question.
Definition at line 143 of file class.ilSurveySkillGUI.php.
| ilSurveySkillGUI::selectSkillForQuestion | ( | ) |
Select skill for question.
Definition at line 123 of file class.ilSurveySkillGUI.php.
| ilSurveySkillGUI::setSubTabs | ( | $a_activate | ) |
Set subtabs.
| string | $a_activate | activate sub tab (ID) |
Definition at line 160 of file class.ilSurveySkillGUI.php.
References $ctrl, $ilCtrl, $lng, and $tabs.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file class.ilSurveySkillGUI.php.
Referenced by assignSkillToQuestion(), executeCommand(), removeSkillFromQuestion(), selectSkillForQuestion(), and setSubTabs().
|
protected |
Definition at line 33 of file class.ilSurveySkillGUI.php.
Referenced by assignSkillToQuestion(), removeSkillFromQuestion(), selectSkillForQuestion(), and setSubTabs().
|
protected |
Definition at line 38 of file class.ilSurveySkillGUI.php.
Referenced by assignSkillToQuestion(), and setSubTabs().
|
protected |
Definition at line 23 of file class.ilSurveySkillGUI.php.
Referenced by assignSkillToQuestion(), and listQuestionAssignment().
|
protected |
Definition at line 28 of file class.ilSurveySkillGUI.php.
Referenced by assignSkillToQuestion().