|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Rating\RatingCategoryOrderingTable:
Collaboration diagram for ILIAS\Rating\RatingCategoryOrderingTable: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().
Here is the caller graph for this function:
|
private |
Definition at line 127 of file RatingCategoryOrderingTable.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Rating\RatingCategoryOrderingTable::getComponent | ( | ) |
Definition at line 51 of file RatingCategoryOrderingTable.php.
References ILIAS\Repository\ctrl(), and ILIAS\Rating\RatingCategoryOrderingTable\getActions().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
private |
Definition at line 39 of file RatingCategoryOrderingTable.php.