Definition at line 29 of file ContributorTableBuilder.php.
◆ __construct()
| ILIAS\Blog\Contributor\ContributorTableBuilder::__construct |
( |
protected InternalDomainService |
$domain, |
|
|
protected InternalGUIService |
$gui, |
|
|
protected array |
$roles, |
|
|
object |
$parent_gui, |
|
|
string |
$parent_cmd |
|
) |
| |
◆ build()
| ILIAS\Blog\Contributor\ContributorTableBuilder::build |
( |
TableAdapterGUI |
$table | ) |
|
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 76 of file ContributorTableBuilder.php.
76 : TableAdapterGUI
77 {
78 $lng = $this->domain->lng();
79
82 ->textColumn(
"role",
$lng->txt(
"obj_role"));
83
84 if ($this->contributor_ids) {
86 "addContributorContainerAction",
88 );
89 } else {
91 "confirmRemoveContributor",
93 );
94 }
95
97 }
textColumn(string $key, string $title, bool $sortable=false)
multiAction(string $action, string $title, bool $async=false)
References $lng, ILIAS\Repository\Table\CommonTableBuilder\$table, ILIAS\Repository\Table\TableAdapterGUI\multiAction(), and ILIAS\Repository\Table\TableAdapterGUI\textColumn().
◆ getId()
| ILIAS\Blog\Contributor\ContributorTableBuilder::getId |
( |
| ) |
|
|
protected |
◆ getRetrieval()
| ILIAS\Blog\Contributor\ContributorTableBuilder::getRetrieval |
( |
| ) |
|
|
protected |
◆ getTitle()
| ILIAS\Blog\Contributor\ContributorTableBuilder::getTitle |
( |
| ) |
|
|
protected |
◆ transformRow()
| ILIAS\Blog\Contributor\ContributorTableBuilder::transformRow |
( |
array |
$data_row | ) |
|
|
protected |
◆ $contributor_ids
| array ILIAS\Blog\Contributor\ContributorTableBuilder::$contributor_ids = [] |
|
protected |
◆ $local_roles
| array ILIAS\Blog\Contributor\ContributorTableBuilder::$local_roles = [] |
|
protected |
The documentation for this class was generated from the following file: