ILIAS
Release_4_4_x_branch Revision 61816
|
Self evaluation. More...
Public Member Functions | |
__construct () | |
Constructor. | |
executeCommand () | |
Execute command. | |
readSelfEvaluation () | |
Read self_evaluation. | |
listSelfEvaluations () | |
List all self evaluations. | |
confirmSelfEvaluationDeletion () | |
Confirm self_evaluation deletion. | |
deleteSelfEvaluation () | |
Delete self_evaluation. | |
startSelfEvaluation ($a_mode="create") | |
startSelfEvaluation | |
saveSelfEvaluation () | |
Save self evaluation. | |
editSelfEvaluation () | |
Edit self evaluation. | |
updateBackSelfEvaluation () | |
Update self evaluation and go one step back. | |
updateSelfEvaluation ($a_back=false) | |
Update self evaluation. | |
getPresentationView ($a_user_id) | |
Get presentation view. | |
setSelfEvaluationPresentationForm ($se) | |
Set self evaluation presentation form. |
Self evaluation.
Definition at line 12 of file class.ilSkillSelfEvaluationGUI.php.
ilSkillSelfEvaluationGUI::__construct | ( | ) |
Constructor.
@return |
Definition at line 20 of file class.ilSkillSelfEvaluationGUI.php.
References $_GET, $_POST, $ilCtrl, $lng, and readSelfEvaluation().
ilSkillSelfEvaluationGUI::confirmSelfEvaluationDeletion | ( | ) |
Confirm self_evaluation deletion.
Definition at line 100 of file class.ilSkillSelfEvaluationGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, ilSkillTreeNode\_lookupTitle(), and ilUtil\sendInfo().
ilSkillSelfEvaluationGUI::deleteSelfEvaluation | ( | ) |
Delete self_evaluation.
@return |
Definition at line 139 of file class.ilSkillSelfEvaluationGUI.php.
References $_POST, $ilCtrl, $ilUser, $lng, and ilUtil\sendSuccess().
ilSkillSelfEvaluationGUI::editSelfEvaluation | ( | ) |
Edit self evaluation.
@return |
Definition at line 267 of file class.ilSkillSelfEvaluationGUI.php.
References startSelfEvaluation().
ilSkillSelfEvaluationGUI::executeCommand | ( | ) |
ilSkillSelfEvaluationGUI::getPresentationView | ( | $a_user_id | ) |
Get presentation view.
@return |
Definition at line 338 of file class.ilSkillSelfEvaluationGUI.php.
References ilSkillSelfEvaluation\getAllSelfEvaluationsOfUser(), and setSelfEvaluationPresentationForm().
ilSkillSelfEvaluationGUI::listSelfEvaluations | ( | ) |
List all self evaluations.
Definition at line 61 of file class.ilSkillSelfEvaluationGUI.php.
References $ilCtrl, $lng, $options, $si, $tpl, and ilSkillTreeNode\getAllSelfEvaluationNodes().
ilSkillSelfEvaluationGUI::readSelfEvaluation | ( | ) |
Read self_evaluation.
@return |
Definition at line 53 of file class.ilSkillSelfEvaluationGUI.php.
Referenced by __construct().
ilSkillSelfEvaluationGUI::saveSelfEvaluation | ( | ) |
Save self evaluation.
@return |
Definition at line 232 of file class.ilSkillSelfEvaluationGUI.php.
References $_GET, $_POST, $ilCtrl, $ilUser, $lng, $steps, ilSkillSelfEvaluation\determineSteps(), and ilUtil\sendInfo().
ilSkillSelfEvaluationGUI::setSelfEvaluationPresentationForm | ( | $se | ) |
Set self evaluation presentation form.
Definition at line 356 of file class.ilSkillSelfEvaluationGUI.php.
References $ilCtrl, $lng, $path, ilDatePresentation\formatDate(), IL_CAL_DATETIME, and ilDatePresentation\setUseRelativeDates().
Referenced by getPresentationView().
ilSkillSelfEvaluationGUI::startSelfEvaluation | ( | $a_mode = "create" | ) |
startSelfEvaluation
@return |
Definition at line 166 of file class.ilSkillSelfEvaluationGUI.php.
References $_GET, $ilCtrl, $lng, $steps, $tpl, ilSkillSelfEvaluation\determineSteps(), and ilUtil\sendInfo().
Referenced by editSelfEvaluation().
ilSkillSelfEvaluationGUI::updateBackSelfEvaluation | ( | ) |
Update self evaluation and go one step back.
@return |
Definition at line 278 of file class.ilSkillSelfEvaluationGUI.php.
References updateSelfEvaluation().
ilSkillSelfEvaluationGUI::updateSelfEvaluation | ( | $a_back = false | ) |
Update self evaluation.
@return |
Definition at line 291 of file class.ilSkillSelfEvaluationGUI.php.
References $_GET, $_POST, $ilCtrl, $ilUser, $lng, $steps, ilSkillSelfEvaluation\determineSteps(), and ilUtil\sendInfo().
Referenced by updateBackSelfEvaluation().