25 public function __construct($a_parent_obj, $a_parent_cmd, $a_profile, $a_write_permission =
false)
29 $this->ctrl = $DIC->ctrl();
30 $this->lng = $DIC->language();
31 $this->access = $DIC->access();
32 $ilCtrl = $DIC->ctrl();
33 $lng = $DIC->language();
34 $ilAccess = $DIC->access();
35 $lng = $DIC->language();
37 $this->profile = $a_profile;
39 $this->
setData($this->profile->getAssignments());
42 if (!$this->profile->getRefId() > 0) {
46 $this->
addColumn($this->lng->txt(
"type"),
"type");
47 $this->
addColumn($this->lng->txt(
"name"),
"name");
48 $this->
addColumn($this->lng->txt(
"object"),
"object");
52 $this->
setRowTemplate(
"tpl.profile_user_row.html",
"Services/Skill");
54 if ($a_write_permission && !$this->profile->getRefId() > 0) {
67 $this->tpl->setVariable(
"TYPE", $a_set[
"type"]);
68 $this->tpl->setVariable(
"NAME", $a_set[
"name"]);
69 $this->tpl->setVariable(
"OBJECT", $a_set[
"object_title"]);
70 if (!$this->profile->getRefId() > 0) {
71 $this->tpl->setCurrentBlock(
"checkbox");
72 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
73 $this->tpl->parseCurrentBlock();
fillRow($a_set)
Fill table row.
TableGUI class for skill profile user assignment.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setSelectAllCheckbox($a_select_all_checkbox, $a_select_all_on_top=false)
Set the name of the checkbox that should be toggled with a select all button.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
__construct($a_parent_obj, $a_parent_cmd, $a_profile, $a_write_permission=false)
Constructor.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__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.