|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Self evaluation. More...
Collaboration diagram for ilSkillSelfEvaluationGUI:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| readSelfEvaluation () | |
| Read self_evaluation. More... | |
| listSelfEvaluations () | |
| List all self evaluations. More... | |
| confirmSelfEvaluationDeletion () | |
| Confirm self_evaluation deletion. More... | |
| deleteSelfEvaluation () | |
| Delete self_evaluation. More... | |
| startSelfEvaluation ($a_mode="create") | |
| startSelfEvaluation More... | |
| saveSelfEvaluation () | |
| Save self evaluation. More... | |
| editSelfEvaluation () | |
| Edit self evaluation. More... | |
| updateBackSelfEvaluation () | |
| Update self evaluation and go one step back. More... | |
| updateSelfEvaluation ($a_back=false) | |
| Update self evaluation. More... | |
| getPresentationView ($a_user_id) | |
| Get presentation view. More... | |
| setSelfEvaluationPresentationForm ($se) | |
| Set self evaluation presentation form. More... | |
Protected Attributes | |
| $ctrl | |
| $lng | |
| $tpl | |
| $toolbar | |
| $user | |
Self evaluation.
Definition at line 12 of file class.ilSkillSelfEvaluationGUI.php.
| ilSkillSelfEvaluationGUI::__construct | ( | ) |
Constructor.
return
Definition at line 45 of file class.ilSkillSelfEvaluationGUI.php.
References $_GET, $_POST, $DIC, $ilCtrl, $lng, readSelfEvaluation(), and user().
Here is the call graph for this function:| ilSkillSelfEvaluationGUI::confirmSelfEvaluationDeletion | ( | ) |
Confirm self_evaluation deletion.
Definition at line 134 of file class.ilSkillSelfEvaluationGUI.php.
References $_POST, $ctrl, $i, $ilCtrl, $lng, $tpl, ilSkillTreeNode\_lookupTitle(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilSkillSelfEvaluationGUI::deleteSelfEvaluation | ( | ) |
Delete self_evaluation.
return
Definition at line 171 of file class.ilSkillSelfEvaluationGUI.php.
References $_POST, $ctrl, $i, $ilCtrl, $ilUser, $lng, $user, and ilUtil\sendSuccess().
Here is the call graph for this function:| ilSkillSelfEvaluationGUI::editSelfEvaluation | ( | ) |
Edit self evaluation.
return
Definition at line 293 of file class.ilSkillSelfEvaluationGUI.php.
References startSelfEvaluation().
Here is the call graph for this function:| ilSkillSelfEvaluationGUI::executeCommand | ( | ) |
Execute command.
Definition at line 72 of file class.ilSkillSelfEvaluationGUI.php.
| ilSkillSelfEvaluationGUI::getPresentationView | ( | $a_user_id | ) |
Get presentation view.
return
Definition at line 361 of file class.ilSkillSelfEvaluationGUI.php.
References $html, ilSkillSelfEvaluation\getAllSelfEvaluationsOfUser(), and setSelfEvaluationPresentationForm().
Here is the call graph for this function:| ilSkillSelfEvaluationGUI::listSelfEvaluations | ( | ) |
List all self evaluations.
Definition at line 94 of file class.ilSkillSelfEvaluationGUI.php.
References $ctrl, $ilCtrl, $lng, $options, $si, $table, $title, $toolbar, $tpl, and ilSkillTreeNode\getAllSelfEvaluationNodes().
Here is the call graph for this function:| ilSkillSelfEvaluationGUI::readSelfEvaluation | ( | ) |
Read self_evaluation.
return
Definition at line 86 of file class.ilSkillSelfEvaluationGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilSkillSelfEvaluationGUI::saveSelfEvaluation | ( | ) |
Save self evaluation.
return
Definition at line 258 of file class.ilSkillSelfEvaluationGUI.php.
References $_GET, $_POST, $ctrl, $ilCtrl, $ilUser, $lng, $steps, $user, ilSkillSelfEvaluation\determineSteps(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilSkillSelfEvaluationGUI::setSelfEvaluationPresentationForm | ( | $se | ) |
Set self evaluation presentation form.
Definition at line 378 of file class.ilSkillSelfEvaluationGUI.php.
References $ctrl, $ilCtrl, $lng, $path, $title, ilDatePresentation\formatDate(), IL_CAL_DATETIME, and ilDatePresentation\setUseRelativeDates().
Referenced by getPresentationView().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSkillSelfEvaluationGUI::startSelfEvaluation | ( | $a_mode = "create" | ) |
startSelfEvaluation
return
Definition at line 197 of file class.ilSkillSelfEvaluationGUI.php.
References $_GET, $ctrl, $ilCtrl, $lng, $steps, $table, $tpl, ilSkillSelfEvaluation\determineSteps(), and ilUtil\sendInfo().
Referenced by editSelfEvaluation().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSkillSelfEvaluationGUI::updateBackSelfEvaluation | ( | ) |
Update self evaluation and go one step back.
return
Definition at line 304 of file class.ilSkillSelfEvaluationGUI.php.
References updateSelfEvaluation().
Here is the call graph for this function:| ilSkillSelfEvaluationGUI::updateSelfEvaluation | ( | $a_back = false | ) |
Update self evaluation.
return
Definition at line 317 of file class.ilSkillSelfEvaluationGUI.php.
References $_GET, $_POST, $ctrl, $ilCtrl, $ilUser, $lng, $steps, $user, ilSkillSelfEvaluation\determineSteps(), and ilUtil\sendInfo().
Referenced by updateBackSelfEvaluation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 17 of file class.ilSkillSelfEvaluationGUI.php.
Referenced by confirmSelfEvaluationDeletion(), deleteSelfEvaluation(), executeCommand(), listSelfEvaluations(), saveSelfEvaluation(), setSelfEvaluationPresentationForm(), startSelfEvaluation(), and updateSelfEvaluation().
|
protected |
Definition at line 22 of file class.ilSkillSelfEvaluationGUI.php.
Referenced by __construct(), confirmSelfEvaluationDeletion(), deleteSelfEvaluation(), listSelfEvaluations(), saveSelfEvaluation(), setSelfEvaluationPresentationForm(), startSelfEvaluation(), and updateSelfEvaluation().
|
protected |
Definition at line 32 of file class.ilSkillSelfEvaluationGUI.php.
Referenced by listSelfEvaluations().
|
protected |
Definition at line 27 of file class.ilSkillSelfEvaluationGUI.php.
Referenced by confirmSelfEvaluationDeletion(), listSelfEvaluations(), and startSelfEvaluation().
|
protected |
Definition at line 37 of file class.ilSkillSelfEvaluationGUI.php.
Referenced by deleteSelfEvaluation(), saveSelfEvaluation(), and updateSelfEvaluation().