ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (private readonly int $parent_obj_id, private readonly Factory $ui_factory, private readonly ilLanguage $lng, private readonly ilCtrlInterface $ctrl, private readonly DataFactory $data_factory, private readonly ServerRequestInterface $httpRequest,) | |
getComponent () | |
getActions (URLBuilder $url_builder, URLBuilderToken $action_parameter_token, URLBuilderToken $row_id_token) | |
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... | |
initRecords () | |
getTotalRowCount (?array $filter_data, ?array $additional_parameters) | |
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 () | |
Private Attributes | |
array | $records = null |
Definition at line 37 of file RatingCategoryOrderingTable.php.
ILIAS\Rating\RatingCategoryOrderingTable::__construct | ( | private readonly int | $parent_obj_id, |
private readonly Factory | $ui_factory, | ||
private readonly ilLanguage | $lng, | ||
private readonly ilCtrlInterface | $ctrl, | ||
private readonly DataFactory | $data_factory, | ||
private readonly ServerRequestInterface | $httpRequest | ||
) |
Definition at line 41 of file RatingCategoryOrderingTable.php.
ILIAS\Rating\RatingCategoryOrderingTable::getActions | ( | URLBuilder | $url_builder, |
URLBuilderToken | $action_parameter_token, | ||
URLBuilderToken | $row_id_token | ||
) |
Definition at line 85 of file RatingCategoryOrderingTable.php.
Referenced by ILIAS\Rating\RatingCategoryOrderingTable\getComponent().
|
private |
Definition at line 127 of file RatingCategoryOrderingTable.php.
References ILIAS\Repository\lng().
ILIAS\Rating\RatingCategoryOrderingTable::getComponent | ( | ) |
Definition at line 51 of file RatingCategoryOrderingTable.php.
References ILIAS\Repository\ctrl(), and ILIAS\Rating\RatingCategoryOrderingTable\getActions().
ILIAS\Rating\RatingCategoryOrderingTable::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 104 of file RatingCategoryOrderingTable.php.
References ILIAS\UI\Component\Table\OrderingRowBuilder\buildOrderingRow().
ILIAS\Rating\RatingCategoryOrderingTable::getTotalRowCount | ( | ?array | $filter_data, |
?array | $additional_parameters | ||
) |
Definition at line 135 of file RatingCategoryOrderingTable.php.
ILIAS\Rating\RatingCategoryOrderingTable::initRecords | ( | ) |
Definition at line 114 of file RatingCategoryOrderingTable.php.
References ilRatingCategory\getAllForObject().
|
private |
Definition at line 39 of file RatingCategoryOrderingTable.php.