4 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
6 include_once(
"./Services/Skill/classes/class.ilSkillTreeNode.php");
41 $this->ctrl = $DIC->ctrl();
42 $this->lng = $DIC->language();
43 $this->access = $DIC->access();
44 $this->
user = $DIC->user();
46 $lng = $DIC->language();
47 $ilAccess = $DIC->access();
48 $lng = $DIC->language();
51 parent::__construct($a_parent_obj, $a_parent_cmd);
52 include_once(
"./Services/Skill/classes/class.ilSkillSelfEvaluation.php");
57 $this->
addColumn($this->lng->txt(
"created"));
58 $this->
addColumn($this->lng->txt(
"last_update"));
59 $this->
addColumn($this->lng->txt(
"skmg_skill"));
60 $this->
addColumn($this->lng->txt(
"actions"));
64 $this->
setRowTemplate(
"tpl.self_eval_overview_row.html",
"Services/Skill");
79 $this->tpl->setVariable(
"SE_ID", $a_set[
"id"]);
80 $this->tpl->setVariable(
"VAL_CREATED", $a_set[
"created"]);
81 $this->tpl->setVariable(
"VAL_LAST_UPDATE", $a_set[
"last_update"]);
82 $this->tpl->setVariable(
86 $this->tpl->setVariable(
"TXT_CMD",
$lng->txt(
"edit"));
87 $ilCtrl->setParameter($this->parent_obj,
"se_id", $a_set[
"id"]);
88 $this->tpl->setVariable(
90 $ilCtrl->getLinkTarget($this->parent_obj,
"editSelfEvaluation")
static getAllSelfEvaluationsOfUser($a_user, $a_one_per_top_skill=false)
Get all self evaluations.
Self evaluation overview table.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
static _lookupTitle($a_obj_id, $a_tref_id=0)
Lookup Title.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
fillRow($a_set)
Fill table row.
setEnableHeader($a_enableheader)
Set Enable Header.
setEnableTitle($a_enabletitle)
Set Enable Title.