|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ILIAS\LearningModule\Question\Usage\TableBuilder:
Collaboration diagram for ILIAS\LearningModule\Question\Usage\TableBuilder:Public Member Functions | |
| __construct (object $parent_gui, string $parent_cmd, protected int $obj_id) | |
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 | |
| ilCtrl | $ctrl |
| QuestionInfo | $question_info |
| ilLanguage | $lng |
| UIFactory | $ui_factory |
Protected Attributes inherited from ILIAS\Repository\Table\CommonTableBuilder | |
| TableAdapterGUI | $table |
Definition at line 31 of file TableBuilder.php.
| ILIAS\LearningModule\Question\Usage\TableBuilder::__construct | ( | object | $parent_gui, |
| string | $parent_cmd, | ||
| protected int | $obj_id | ||
| ) |
Definition at line 38 of file TableBuilder.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 87 of file TableBuilder.php.
References ILIAS\Repository\Table\CommonTableBuilder\$table, ILIAS\Repository\lng(), and ILIAS\Repository\Table\TableAdapterGUI\textColumn().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 55 of file TableBuilder.php.
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 65 of file TableBuilder.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 60 of file TableBuilder.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
transform raw data array to table row data array
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 74 of file TableBuilder.php.
References $data.
|
protected |
Definition at line 33 of file TableBuilder.php.
|
protected |
Definition at line 35 of file TableBuilder.php.
|
protected |
Definition at line 34 of file TableBuilder.php.
|
protected |
Definition at line 36 of file TableBuilder.php.