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 |
◆ getId()
ILIAS\Blog\Contributor\ContributorTableBuilder::getId |
( |
| ) |
|
|
protected |
◆ getRetrieval()
ILIAS\Blog\Contributor\ContributorTableBuilder::getRetrieval |
( |
| ) |
|
|
protected |
◆ getTitle()
ILIAS\Blog\Contributor\ContributorTableBuilder::getTitle |
( |
| ) |
|
|
protected |
Definition at line 50 of file ContributorTableBuilder.php.
52 if ($this->contributor_ids) {
53 return $this->domain->lng()->txt(
"blog_contributor_container_add");
55 return $this->domain->lng()->txt(
"blog_contributors");
◆ transformRow()
ILIAS\Blog\Contributor\ContributorTableBuilder::transformRow |
( |
array |
$data_row | ) |
|
|
protected |
Definition at line 67 of file ContributorTableBuilder.php.
70 "id" => $data_row[
"id"],
71 "name" => $data_row[
"name"],
72 "role" => implode(
", ", $data_row[
"role"])
◆ $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: