5 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
35 public function __construct($a_parent_obj, $a_parent_cmd, $a_write_permission =
false)
39 $this->ctrl = $DIC->ctrl();
40 $this->lng = $DIC->language();
41 $this->access = $DIC->access();
42 $this->rbacsystem = $DIC->rbac()->system();
44 $lng = $DIC->language();
51 $this->
addColumn($this->lng->txt(
"title"),
"title");
52 $this->
addColumn($this->lng->txt(
"users"));
53 $this->
addColumn($this->lng->txt(
"roles"));
54 $this->
addColumn($this->lng->txt(
"actions"));
57 $this->
setRowTemplate(
"tpl.skill_profile_row.html",
"Services/Skill");
60 if ($a_write_permission) {
73 include_once(
"./Services/Skill/classes/class.ilSkillProfile.php");
86 $this->tpl->setCurrentBlock(
"cmd");
87 if ($this->rbacsystem->checkAccess(
'write',
$_GET[
'ref_id'])) {
88 $this->tpl->setVariable(
"CMD",
$lng->txt(
"edit"));
89 $ilCtrl->setParameter($this->parent_obj,
"sprof_id", $a_set[
"id"]);
90 $this->tpl->setVariable(
"CMD_HREF",
$ilCtrl->getLinkTarget($this->parent_obj,
"showUsers"));
91 $ilCtrl->setParameter($this->parent_obj,
"sprof_id",
$_GET[
"sprof_id"]);
92 $this->tpl->parseCurrentBlock();
94 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
95 $this->tpl->setVariable(
"TITLE", $a_set[
"title"]);
getProfiles()
Get profiles.
static getProfiles()
Get profiles.
TableGUI class for skill profiles.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
fillRow($a_set)
Fill table row.
__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.
static countUsers($a_profile_id)
Get assigned users.
__construct($a_parent_obj, $a_parent_cmd, $a_write_permission=false)
Constructor.
static countRoles(int $a_profile_id)
Count assigned roles of a profile.