|
ILIAS
release_4-4 Revision
|
Class ilSurveyConstraintsGUI. More...
Collaboration diagram for ilSurveyConstraintsGUI:Public Member Functions | |
| __construct (ilObjSurveyGUI $a_parent_gui) | |
| executeCommand () | |
| constraintsObject () | |
| Administration page for survey constraints. More... | |
| constraintsAddObject () | |
| Add a precondition for a survey question or question block. More... | |
| constraintStep1Object () | |
| Handles the first step of the precondition add action. More... | |
| constraintStep2Object () | |
| Handles the second step of the precondition add action. More... | |
| constraintStep3Object () | |
| Handles the third step of the precondition add action. More... | |
| constraintForm ($step, $postvalues, &$survey_questions, $questions=FALSE) | |
| deleteConstraintsObject () | |
| Delete constraints of a survey. More... | |
| createConstraintsObject () | |
| editPreconditionObject () | |
Class ilSurveyConstraintsGUI.
Definition at line 14 of file class.ilSurveyConstraintsGUI.php.
| ilSurveyConstraintsGUI::__construct | ( | ilObjSurveyGUI | $a_parent_gui | ) |
Definition at line 16 of file class.ilSurveyConstraintsGUI.php.
References $ilCtrl, $lng, and $tpl.
| ilSurveyConstraintsGUI::constraintForm | ( | $step, | |
| $postvalues, | |||
| & | $survey_questions, | ||
$questions = FALSE |
|||
| ) |
Definition at line 307 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_SESSION, $options, SurveyQuestion\_getQuestionTypeName(), SurveyQuestion\_includeClass(), ilRadioGroupInputGUI\addOption(), and ilSelectInputGUI\setOptions().
Referenced by constraintStep1Object(), constraintStep2Object(), and constraintStep3Object().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSurveyConstraintsGUI::constraintsAddObject | ( | ) |
Add a precondition for a survey question or question block.
Definition at line 201 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_POST, $_SESSION, constraintStep3Object(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilSurveyConstraintsGUI::constraintsObject | ( | ) |
Administration page for survey constraints.
Definition at line 41 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_SESSION, $data, constraintStep1Object(), ilUtil\getImagePath(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilSurveyConstraintsGUI::constraintStep1Object | ( | ) |
Handles the first step of the precondition add action.
Definition at line 241 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_POST, $_SESSION, constraintForm(), and ilUtil\sendInfo().
Referenced by constraintsObject(), and createConstraintsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSurveyConstraintsGUI::constraintStep2Object | ( | ) |
Handles the second step of the precondition add action.
Definition at line 273 of file class.ilSurveyConstraintsGUI.php.
References $_POST, and constraintForm().
Here is the call graph for this function:| ilSurveyConstraintsGUI::constraintStep3Object | ( | ) |
Handles the third step of the precondition add action.
Definition at line 284 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_POST, and constraintForm().
Referenced by constraintsAddObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSurveyConstraintsGUI::createConstraintsObject | ( | ) |
Definition at line 430 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_POST, $_SESSION, constraintStep1Object(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilSurveyConstraintsGUI::deleteConstraintsObject | ( | ) |
Delete constraints of a survey.
Definition at line 415 of file class.ilSurveyConstraintsGUI.php.
References $_POST, and $_SESSION.
| ilSurveyConstraintsGUI::editPreconditionObject | ( | ) |
Definition at line 447 of file class.ilSurveyConstraintsGUI.php.
References $_GET, and $_SESSION.
| ilSurveyConstraintsGUI::executeCommand | ( | ) |
Definition at line 28 of file class.ilSurveyConstraintsGUI.php.