ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Self evaluation. More...
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.
Definition at line 45 of file class.ilSkillSelfEvaluationGUI.php.
References $_GET, $_POST, $DIC, $ilCtrl, $lng, readSelfEvaluation(), and user().
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().
ilSkillSelfEvaluationGUI::deleteSelfEvaluation | ( | ) |
Delete self_evaluation.
Definition at line 171 of file class.ilSkillSelfEvaluationGUI.php.
References $_POST, $ctrl, $i, $ilCtrl, $ilUser, $lng, and $user.
ilSkillSelfEvaluationGUI::editSelfEvaluation | ( | ) |
Edit self evaluation.
Definition at line 293 of file class.ilSkillSelfEvaluationGUI.php.
References startSelfEvaluation().
ilSkillSelfEvaluationGUI::executeCommand | ( | ) |
Execute command.
Definition at line 72 of file class.ilSkillSelfEvaluationGUI.php.
References $ctrl, and $ilCtrl.
ilSkillSelfEvaluationGUI::getPresentationView | ( | $a_user_id | ) |
Get presentation view.
Definition at line 361 of file class.ilSkillSelfEvaluationGUI.php.
References $html, ilSkillSelfEvaluation\getAllSelfEvaluationsOfUser(), and setSelfEvaluationPresentationForm().
ilSkillSelfEvaluationGUI::listSelfEvaluations | ( | ) |
List all self evaluations.
Definition at line 94 of file class.ilSkillSelfEvaluationGUI.php.
References $ctrl, $ilCtrl, $lng, PHPMailer\PHPMailer\$options, $si, $table, $title, $toolbar, $tpl, and ilSkillTreeNode\getAllSelfEvaluationNodes().
ilSkillSelfEvaluationGUI::readSelfEvaluation | ( | ) |
Read self_evaluation.
Definition at line 86 of file class.ilSkillSelfEvaluationGUI.php.
Referenced by __construct().
ilSkillSelfEvaluationGUI::saveSelfEvaluation | ( | ) |
Save self evaluation.
Definition at line 258 of file class.ilSkillSelfEvaluationGUI.php.
References $_GET, $_POST, $ctrl, $ilCtrl, $ilUser, $lng, $steps, $user, ilSkillSelfEvaluation\determineSteps(), and ilUtil\sendInfo().
ilSkillSelfEvaluationGUI::setSelfEvaluationPresentationForm | ( | $se | ) |
Set self evaluation presentation form.
Definition at line 378 of file class.ilSkillSelfEvaluationGUI.php.
References $ctrl, $ilCtrl, $ld, $lng, $path, $title, ilDatePresentation\formatDate(), IL_CAL_DATETIME, and ilDatePresentation\setUseRelativeDates().
Referenced by getPresentationView().
ilSkillSelfEvaluationGUI::startSelfEvaluation | ( | $a_mode = "create" | ) |
startSelfEvaluation
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().
ilSkillSelfEvaluationGUI::updateBackSelfEvaluation | ( | ) |
Update self evaluation and go one step back.
Definition at line 304 of file class.ilSkillSelfEvaluationGUI.php.
References updateSelfEvaluation().
ilSkillSelfEvaluationGUI::updateSelfEvaluation | ( | $a_back = false | ) |
Update self evaluation.
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().
|
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().