|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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) | |
| confirmDeleteConstraintsObject () | |
| Delete constraint confirmation. More... | |
| deleteConstraintsObject () | |
| Delete constraints of a survey. More... | |
| createConstraintsObject () | |
| editPreconditionObject () | |
Protected Member Functions | |
| validateConstraintForEdit ($a_id) | |
| Validate if given constraint id is part of current survey and there are sufficient permissions to edit+. More... | |
Class ilSurveyConstraintsGUI.
@ilCtrl_Calls 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.
| ilSurveyConstraintsGUI::confirmDeleteConstraintsObject | ( | ) |
Delete constraint confirmation.
Definition at line 325 of file class.ilSurveyConstraintsGUI.php.
References $_REQUEST, SurveyQuestion\_getQuestionType(), SurveyQuestion\_includeClass(), and validateConstraintForEdit().
Here is the call graph for this function:| ilSurveyConstraintsGUI::constraintForm | ( | $step, | |
| $postvalues, | |||
| & | $survey_questions, | ||
$questions = FALSE |
|||
| ) |
Definition at line 195 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_SESSION, $header, $options, SurveyQuestion\_getQuestionTypeName(), and SurveyQuestion\_includeClass().
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 84 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, $tbl, constraintStep1Object(), 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 124 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 156 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 167 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_POST, constraintForm(), and validateConstraintForEdit().
Referenced by constraintsAddObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSurveyConstraintsGUI::createConstraintsObject | ( | ) |
Definition at line 377 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 365 of file class.ilSurveyConstraintsGUI.php.
References $_REQUEST, ilUtil\sendSuccess(), and validateConstraintForEdit().
Here is the call graph for this function:| ilSurveyConstraintsGUI::editPreconditionObject | ( | ) |
Definition at line 394 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_SESSION, and validateConstraintForEdit().
Here is the call graph for this function:| ilSurveyConstraintsGUI::executeCommand | ( | ) |
|
protected |
Validate if given constraint id is part of current survey and there are sufficient permissions to edit+.
| int | $a_id |
Definition at line 306 of file class.ilSurveyConstraintsGUI.php.
Referenced by confirmDeleteConstraintsObject(), constraintStep3Object(), deleteConstraintsObject(), and editPreconditionObject().
Here is the caller graph for this function: