|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Blog\Contributor\ContributorTableBuilder:
Collaboration diagram for ILIAS\Blog\Contributor\ContributorTableBuilder:Public Member Functions | |
| __construct (protected InternalDomainService $domain, protected InternalGUIService $gui, protected array $roles, object $parent_gui, string $parent_cmd) | |
Public Member Functions inherited from ILIAS\Repository\Table\CommonTableBuilder | |
| __construct (protected object $parent_gui, protected string $parent_cmd, bool $numeric_ids=true) | |
| getTable () | |
Protected Member Functions | |
| getId () | |
| getTitle () | |
| getRetrieval () | |
| transformRow (array $data_row) | |
| transform raw data array to table row data array More... | |
| build (TableAdapterGUI $table) | |
Protected Member Functions inherited from ILIAS\Repository\Table\CommonTableBuilder | |
| getId () | |
| getTitle () | |
| getRetrieval () | |
| getNamespace () | |
| getOrderingCommand () | |
| activeAction (string $action, array $data_row) | |
| transformRow (array $data_row) | |
| transform raw data array to table row data array More... | |
| build (TableAdapterGUI $table) | |
Protected Attributes | |
| array | $local_roles = [] |
| array | $contributor_ids = [] |
Protected Attributes inherited from ILIAS\Repository\Table\CommonTableBuilder | |
| TableAdapterGUI | $table |
Definition at line 29 of file ContributorTableBuilder.php.
| ILIAS\Blog\Contributor\ContributorTableBuilder::__construct | ( | protected InternalDomainService | $domain, |
| protected InternalGUIService | $gui, | ||
| protected array | $roles, | ||
| object | $parent_gui, | ||
| string | $parent_cmd | ||
| ) |
Definition at line 34 of file ContributorTableBuilder.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 76 of file ContributorTableBuilder.php.
References $lng, ILIAS\Repository\Table\CommonTableBuilder\$table, ILIAS\Repository\Table\TableAdapterGUI\multiAction(), and ILIAS\Repository\Table\TableAdapterGUI\textColumn().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 45 of file ContributorTableBuilder.php.
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 59 of file ContributorTableBuilder.php.
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 50 of file ContributorTableBuilder.php.
|
protected |
transform raw data array to table row data array
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 67 of file ContributorTableBuilder.php.
|
protected |
Definition at line 32 of file ContributorTableBuilder.php.
|
protected |
Definition at line 31 of file ContributorTableBuilder.php.