ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct (private readonly \ilCtrlInterface $ctrl, private readonly \ilLanguage $lng, private readonly UIFactory $ui_factory, private readonly DataFactory $data_factory, private readonly ServerRequestInterface $request, private readonly TitleColumnsBuilder $title_builder, private readonly \ilTestQuestionFilterLabelTranslator $taxonomy_translator, private readonly PoolDefinitionList $source_pool_definition_list, private readonly bool $editable, private readonly bool $show_amount) | |
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... | |
getComponent () | |
applySubmit (RequestDataCollector $request) | |
Private Member Functions | |
getData () | |
getColumns () | |
getActions () | |
getTarget (string $cmd) | |
Private Attributes | |
URI | $target |
URLBuilder | $url_builder |
URLBuilderToken | $id_token |
Definition at line 37 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable::__construct | ( | private readonly \ilCtrlInterface | $ctrl, |
private readonly \ilLanguage | $lng, | ||
private readonly UIFactory | $ui_factory, | ||
private readonly DataFactory | $data_factory, | ||
private readonly ServerRequestInterface | $request, | ||
private readonly TitleColumnsBuilder | $title_builder, | ||
private readonly \ilTestQuestionFilterLabelTranslator | $taxonomy_translator, | ||
private readonly PoolDefinitionList | $source_pool_definition_list, | ||
private readonly bool | $editable, | ||
private readonly bool | $show_amount | ||
) |
Definition at line 43 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
References ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\$id_token, and ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\$url_builder.
ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable::applySubmit | ( | RequestDataCollector | $request | ) |
Definition at line 125 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
References ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getComponent(), and ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getData().
|
private |
Definition at line 166 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
References ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\$id_token, ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getTarget(), and ILIAS\Repository\lng().
Referenced by ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getComponent().
|
private |
Definition at line 139 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getComponent().
ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable::getComponent | ( | ) |
Definition at line 110 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
References ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getActions(), ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getColumns(), ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getTarget(), and ILIAS\Repository\lng().
Referenced by ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\applySubmit().
|
private |
Definition at line 84 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
References Vendor\Package\$a, Vendor\Package\$b, and $data.
Referenced by ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\applySubmit(), and ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getRows().
ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable::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 63 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
References ILIAS\UI\Component\Table\OrderingRowBuilder\buildOrderingRow(), ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getData(), and ILIAS\Repository\int().
|
private |
Definition at line 182 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
Referenced by ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getActions(), and ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getComponent().
|
private |
|
private |
Definition at line 39 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
|
private |
Definition at line 40 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
Referenced by ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\__construct().