5 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
45 $this->ctrl = $DIC->ctrl();
46 $this->lng = $DIC->language();
47 $this->access = $DIC->access();
48 $this->
user = $DIC->user();
51 $lng = $DIC->language();
54 $this->top_skill_id = $a_top_skill_id;
55 $this->tref_id = (int) $a_tref_id;
56 $this->basic_skill_id = $a_basic_skill_id;
66 include_once(
"./Services/Skill/classes/class.ilSkillTree.php");
68 $path = $stree->getPathFull($this->basic_skill_id);
70 foreach (
$path as $p) {
71 if ($p[
"type"] !=
"skrt") {
72 $title .= $sep . $p[
"title"];
77 parent::__construct($a_parent_obj, $a_parent_cmd);
83 $this->
addColumn($this->lng->txt(
"skmg_skill_level"));
84 $this->
addColumn($this->lng->txt(
"description"));
87 $this->
setRowTemplate(
"tpl.simple_self_eval.html",
"Services/Skill");
108 include_once(
"./Services/Skill/classes/class.ilSkillTreeNodeFactory.php");
110 $levels[] = array(
"id" => 0,
"description" =>
$lng->txt(
"skmg_no_skills"));
111 foreach ($this->skill->getLevelData() as $k => $v) {
127 include_once(
"./Services/Skill/classes/class.ilPersonalSkill.php");
129 if ($this->cur_level_id == $a_set[
"id"]) {
130 $this->tpl->setVariable(
"CHECKED",
"checked='checked'");
133 $this->tpl->setVariable(
"LEVEL_ID", $a_set[
"id"]);
134 $this->tpl->setVariable(
"SKILL_ID", $this->basic_skill_id);
135 $this->tpl->setVariable(
"TXT_SKILL", $a_set[
"title"]);
136 $this->tpl->setVariable(
"TXT_SKILL_DESC", $a_set[
"description"]);
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
fillRow($a_set)
Fill table row.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
static getInstance($a_id=0)
Self evaluation, second simplier implementation.
__construct( $a_parent_obj, $a_parent_cmd, $a_top_skill_id, $a_tref_id, $a_basic_skill_id)
Constructor.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
static getSelfEvaluation($a_user_id, $a_top_skill, $a_tref_id, $a_basic_skill)
Get self evaluation.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
disable($a_module_name)
diesables particular modules of table
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.
setEnableHeader($a_enableheader)
Set Enable Header.
setEnableTitle($a_enabletitle)
Set Enable Title.
setLimit($a_limit=0, $a_default_limit=0)