|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Container\Skills\ContProfileTableBuilder:
Collaboration diagram for ILIAS\Container\Skills\ContProfileTableBuilder:Public Member Functions | |
| __construct (protected SkillInternalManagerService $manager_service, protected SkillProfileService $profile_service, protected \ilSkillManagementSettings $skmg_settings, protected int $cont_ref_id, protected int $cont_member_role_id, 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... | |
| activeAction (string $action, array $data_row) | |
| 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) | |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\Repository\Table\CommonTableBuilder | |
| TableAdapterGUI | $table |
Definition at line 28 of file ContProfileTableBuilder.php.
| ILIAS\Container\Skills\ContProfileTableBuilder::__construct | ( | protected SkillInternalManagerService | $manager_service, |
| protected SkillProfileService | $profile_service, | ||
| protected \ilSkillManagementSettings | $skmg_settings, | ||
| protected int | $cont_ref_id, | ||
| protected int | $cont_member_role_id, | ||
| object | $parent_gui, | ||
| string | $parent_cmd | ||
| ) |
Definition at line 30 of file ContProfileTableBuilder.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 80 of file ContProfileTableBuilder.php.
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
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().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 42 of file ContProfileTableBuilder.php.
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 53 of file ContProfileTableBuilder.php.
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 47 of file ContProfileTableBuilder.php.
References $DIC.
|
protected |
transform raw data array to table row data array
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 62 of file ContProfileTableBuilder.php.