|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable:
Collaboration diagram for ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable: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) | |
| 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 | |
| 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().
Here is the call graph for this function:
|
private |
Definition at line 166 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getComponent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 139 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable::getComponent | ( | ) |
Definition at line 110 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
References ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getActions(), ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getTarget(), and ILIAS\Repository\lng().
Referenced by ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\applySubmit().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
private |
Definition at line 182 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
References ILIAS\Data\URI\withParameter().
Referenced by ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\getComponent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 41 of file RandomQuestionSetSourcePoolDefinitionListTable.php.
Referenced by ILIAS\Test\Questions\RandomQuestionSetSourcePoolDefinitionListTable\__construct().
|
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().