ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
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... | |
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 115 of file QuestionsTable.php.
|
private |
Definition at line 83 of file QuestionsTable.php.
References Vendor\Package\$f, and ILIAS\Repository\lng().
Referenced by ILIAS\Test\Questions\Presentation\QuestionsTable\getTableComponent().
|
private |
Definition at line 120 of file QuestionsTable.php.
References Vendor\Package\$a, Vendor\Package\$b, and ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().
Referenced by ILIAS\Test\Questions\Presentation\QuestionsTable\getRows().
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 66 of file QuestionsTable.php.
References ILIAS\Test\Questions\Presentation\QuestionsTable\getRecords(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
ILIAS\Test\Questions\Presentation\QuestionsTable::getTableComponent | ( | ) |
Definition at line 51 of file QuestionsTable.php.
References ILIAS\Test\Questions\Presentation\QuestionsTable\getColumns(), and ILIAS\Repository\lng().