|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Table builder for self assessment questions from a pool. More...
Inheritance diagram for ILIAS\COPage\PC\Question\CopySelfAssQuestionTableBuilder:
Collaboration diagram for ILIAS\COPage\PC\Question\CopySelfAssQuestionTableBuilder:Public Member Functions | |
| __construct (protected InternalDomainService $domain, protected InternalGUIService $gui, protected int $pool_ref_id, protected int $pool_obj_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... | |
| 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 | |
| ILIAS TestQuestionPool Questions PublicInterface | $test_question |
Protected Attributes inherited from ILIAS\Repository\Table\CommonTableBuilder | |
| TableAdapterGUI | $table |
Table builder for self assessment questions from a pool.
Definition at line 20 of file CopySelfAssQuestionTableBuilder.php.
| ILIAS\COPage\PC\Question\CopySelfAssQuestionTableBuilder::__construct | ( | protected InternalDomainService | $domain, |
| protected InternalGUIService | $gui, | ||
| protected int | $pool_ref_id, | ||
| protected int | $pool_obj_id, | ||
| object | $parent_gui, | ||
| string | $parent_cmd | ||
| ) |
Definition at line 24 of file CopySelfAssQuestionTableBuilder.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\COPage\InternalDomainService\testQuestion().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 62 of file CopySelfAssQuestionTableBuilder.php.
References $lng, ILIAS\Repository\Table\CommonTableBuilder\$table, and ILIAS\Repository\Table\TableAdapterGUI\textColumn().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 36 of file CopySelfAssQuestionTableBuilder.php.
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 46 of file CopySelfAssQuestionTableBuilder.php.
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 41 of file CopySelfAssQuestionTableBuilder.php.
References ilObject\_lookupTitle().
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 51 of file CopySelfAssQuestionTableBuilder.php.
References $lng.
|
protected |
Definition at line 22 of file CopySelfAssQuestionTableBuilder.php.