|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Test\Questions\Presentation\QuestionsTable:
Collaboration diagram for ILIAS\Test\Questions\Presentation\QuestionsTable:Public Member Functions | |
| __construct (private readonly UIFactory $ui_factory, private readonly Refinery $refinery, private readonly ServerRequestInterface $request, private readonly QuestionsTableActions $table_actions, private readonly Language $lng, private readonly \ilObjTest $test_obj, private readonly TestQuestionsRepository $questionrepository, private readonly TitleColumnsBuilder $title_builder,) | |
| getTableComponent () | |
| getRows (OrderingRowBuilder $row_builder, array $visible_column_ids) | |
| This is called by the (ordering-)table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
| getRows (OrderingRowBuilder $row_builder, array $visible_column_ids) | |
| This is called by the (ordering-)table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
Private Member Functions | |
| getColumns () | |
| getActions () | |
| getRecords () | |
Definition at line 34 of file QuestionsTable.php.
| ILIAS\Test\Questions\Presentation\QuestionsTable::__construct | ( | private readonly UIFactory | $ui_factory, |
| private readonly Refinery | $refinery, | ||
| private readonly ServerRequestInterface | $request, | ||
| private readonly QuestionsTableActions | $table_actions, | ||
| private readonly Language | $lng, | ||
| private readonly \ilObjTest | $test_obj, | ||
| private readonly TestQuestionsRepository | $questionrepository, | ||
| private readonly TitleColumnsBuilder | $title_builder | ||
| ) |
|
private |
Definition at line 119 of file QuestionsTable.php.
|
private |
Definition at line 87 of file QuestionsTable.php.
References Vendor\Package\$f, and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 124 of file QuestionsTable.php.
References Vendor\Package\$a, Vendor\Package\$b, and ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().
Here is the call graph for this function:| ILIAS\Test\Questions\Presentation\QuestionsTable::getRows | ( | OrderingRowBuilder | $row_builder, |
| array | $visible_column_ids | ||
| ) |
This is called by the (ordering-)table to retrieve rows; map data-records to rows using the $row_builder e.g.
yield $row_builder->buildOrderingRow($row_id, $record).
Implements ILIAS\UI\Component\Table\OrderingRetrieval.
Definition at line 70 of file QuestionsTable.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Test\Questions\Presentation\QuestionsTable::getTableComponent | ( | ) |
Definition at line 51 of file QuestionsTable.php.
References ILIAS\UI\Component\Table\Ordering\withId().
Here is the call graph for this function: