40 $this->ctrl = $DIC->ctrl();
41 $this->lng = $DIC->language();
42 $this->access = $DIC->access();
43 $this->
user = $DIC->user();
45 $ilCtrl = $DIC->ctrl();
46 $lng = $DIC->language();
49 $this->top_skill_id = $a_top_skill_id;
50 $this->tref_id = (int) $a_tref_id;
51 $this->basic_skill_id = $a_basic_skill_id;
62 $path = $stree->getPathFull($this->basic_skill_id);
64 foreach ($path as $p) {
65 if ($p[
"type"] !=
"skrt") {
66 $title .= $sep . $p[
"title"];
77 $this->
addColumn($this->lng->txt(
"skmg_skill_level"));
78 $this->
addColumn($this->lng->txt(
"description"));
81 $this->
setRowTemplate(
"tpl.simple_self_eval.html",
"Services/Skill");
103 $levels[] = array(
"id" => 0,
"description" =>
$lng->txt(
"skmg_no_skills"));
104 foreach ($this->skill->getLevelData() as $k => $v) {
116 if ($this->cur_level_id == $a_set[
"id"]) {
117 $this->tpl->setVariable(
"CHECKED",
"checked='checked'");
120 $this->tpl->setVariable(
"LEVEL_ID", $a_set[
"id"]);
121 $this->tpl->setVariable(
"SKILL_ID", $this->basic_skill_id);
122 $this->tpl->setVariable(
"TXT_SKILL", $a_set[
"title"]);
123 $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
__construct(Container $dic, ilPlugin $plugin)
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)