Definition at line 28 of file ContProfileTableBuilder.php.
◆ __construct()
◆ activeAction()
ILIAS\Container\Skills\ContProfileTableBuilder::activeAction |
( |
string |
$action, |
|
|
array |
$data_row |
|
) |
| |
|
protected |
Definition at line 80 of file ContProfileTableBuilder.php.
83 case "confirmDeleteSingleLocalProfile":
85 return ($data_row[
"profile_ref_id"] > 0);
86 case "confirmRemoveSingleGlobalProfile":
87 return ($data_row[
"profile_ref_id"] === 0);
◆ build()
ILIAS\Container\Skills\ContProfileTableBuilder::build |
( |
TableAdapterGUI |
$table | ) |
|
|
protected |
Definition at line 92 of file ContProfileTableBuilder.php.
References $DIC, $lng, ILIAS\Repository\Table\CommonTableBuilder\$table, ILIAS\Repository\Table\TableAdapterGUI\singleRedirectAction(), and ILIAS\Repository\Table\TableAdapterGUI\textColumn().
95 $lng = $DIC->language();
99 ->textColumn(
"context",
$lng->txt(
"context"));
101 $DIC->ctrl()->setParameterByClass(
"ilskillprofilegui",
"local_context",
true);
108 [
"ilSkillProfileGUI"],
109 "showLevelsWithLocalContext",
113 "confirmDeleteSingleLocalProfile",
117 "confirmRemoveSingleGlobalProfile",
singleRedirectAction(string $action, string $title, array $class_path, string $cmd="", string $id_param="")
textColumn(string $key, string $title, bool $sortable=false)
◆ getId()
ILIAS\Container\Skills\ContProfileTableBuilder::getId |
( |
| ) |
|
|
protected |
◆ getRetrieval()
ILIAS\Container\Skills\ContProfileTableBuilder::getRetrieval |
( |
| ) |
|
|
protected |
Definition at line 53 of file ContProfileTableBuilder.php.
55 return $this->manager_service->contProfileRetrieval(
56 $this->profile_service,
58 $this->cont_member_role_id
◆ getTitle()
ILIAS\Container\Skills\ContProfileTableBuilder::getTitle |
( |
| ) |
|
|
protected |
◆ transformRow()
ILIAS\Container\Skills\ContProfileTableBuilder::transformRow |
( |
array |
$data_row | ) |
|
|
protected |
Definition at line 62 of file ContProfileTableBuilder.php.
References $context, $DIC, and $lng.
65 $lng = $DIC->language();
67 if ($this->profile_service->lookupProfileRefId($data_row[
"profile_id"]) > 0) {
74 "id" => $data_row[
"profile_id"],
75 "title" => $data_row[
"title"],
The documentation for this class was generated from the following file: