◆ __construct()
◆ activeAction()
ILIAS\Container\Skills\ContSkillMemberTableBuilder::activeAction |
( |
string |
$action, |
|
|
array |
$data_row |
|
) |
| |
|
protected |
Definition at line 92 of file ContSkillMemberTableBuilder.php.
References ilContainer\_lookupContainerSetting().
95 $this->container->getId(),
101 case "assignCompetences":
103 return !$data_row[
"published"] || $container_publish_setting ===
'0';
104 case "publishAssignments":
106 return !$data_row[
"published"];
107 case "deassignCompetencesConfirm":
static _lookupContainerSetting(int $a_id, string $a_keyword, ?string $a_default_value=null)
◆ build()
ILIAS\Container\Skills\ContSkillMemberTableBuilder::build |
( |
TableAdapterGUI |
$table | ) |
|
|
protected |
Definition at line 114 of file ContSkillMemberTableBuilder.php.
References $DIC, $lng, ILIAS\Repository\Table\CommonTableBuilder\$table, ilContainer\_lookupContainerSetting(), ILIAS\Repository\Table\TableAdapterGUI\singleAction(), ILIAS\Repository\Table\TableAdapterGUI\standardAction(), and ILIAS\Repository\Table\TableAdapterGUI\textColumn().
117 $lng = $DIC->language();
121 ->textColumn(
"login",
$lng->txt(
"login"))
122 ->textColumn(
"cont_mem_skills",
$lng->txt(
"cont_mem_skills"))
123 ->textColumn(
"cont_published",
$lng->txt(
"cont_published"));
128 ->standardAction(
"deassignCompetencesConfirm",
$lng->txt(
"cont_deassign_competence"));
132 $this->container->getId(),
133 "cont_skill_publish",
137 if ($container_publish_setting ===
'1') {
textColumn(string $key, string $title, bool $sortable=false)
standardAction(string $action, string $title)
singleAction(string $action, string $title, bool $async=false)
static _lookupContainerSetting(int $a_id, string $a_keyword, ?string $a_default_value=null)
◆ getId()
ILIAS\Container\Skills\ContSkillMemberTableBuilder::getId |
( |
| ) |
|
|
protected |
◆ getRetrieval()
ILIAS\Container\Skills\ContSkillMemberTableBuilder::getRetrieval |
( |
| ) |
|
|
protected |
◆ getTitle()
ILIAS\Container\Skills\ContSkillMemberTableBuilder::getTitle |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: