|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\TestQuestionPool\Skills\EditSkillsOfQuestionTable:
Collaboration diagram for ILIAS\TestQuestionPool\Skills\EditSkillsOfQuestionTable:Public Member Functions | |
| __construct (private readonly RequestDataCollectorInterface $pool_request, private readonly \ilAssQuestionSkillAssignmentList $assignment_list, private readonly UIFactory $ui_factory, private readonly \ilLanguage $lng, private readonly EditSkillsOfQuestionTableActions $table_actions) | |
| getComponents (URLBuilder $url_builder) | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More... | |
| acquireParameters (URLBuilder $url_builder) | |
Public Member Functions inherited from ILIAS\UI\Component\Table\DataRetrieval | |
| getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More... | |
Data Fields | |
| const string | ID = 'ska' |
Private Member Functions | |
| retrieveRecords () | |
| getColumns () | |
Definition at line 31 of file EditSkillsOfQuestionTable.php.
| ILIAS\TestQuestionPool\Skills\EditSkillsOfQuestionTable::__construct | ( | private readonly RequestDataCollectorInterface | $pool_request, |
| private readonly \ilAssQuestionSkillAssignmentList | $assignment_list, | ||
| private readonly UIFactory | $ui_factory, | ||
| private readonly \ilLanguage | $lng, | ||
| private readonly EditSkillsOfQuestionTableActions | $table_actions | ||
| ) |
Definition at line 35 of file EditSkillsOfQuestionTable.php.
| ILIAS\TestQuestionPool\Skills\EditSkillsOfQuestionTable::acquireParameters | ( | URLBuilder | $url_builder | ) |
Definition at line 103 of file EditSkillsOfQuestionTable.php.
References ILIAS\UI\URLBuilder\acquireParameters().
Here is the call graph for this function:
|
private |
Definition at line 118 of file EditSkillsOfQuestionTable.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\TestQuestionPool\Skills\EditSkillsOfQuestionTable::getComponents | ( | URLBuilder | $url_builder | ) |
Definition at line 47 of file EditSkillsOfQuestionTable.php.
References assQuestion\instantiateQuestion(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\TestQuestionPool\Skills\EditSkillsOfQuestionTable::getTotalRowCount | ( | mixed | $additional_viewcontrol_data, |
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
Mainly for the purpose of pagination-support, it is important to know about the total number of records available.
Given the nature of a DataTable, which is, opposite to a PresentationTable, rather administrative than explorative, this information will increase user experience quite a bit. However, you may return null, if the call is to costly, but expect the View Control to look a little different in this case.
Make sure that potential filters or user restrictions are being applied to the count.
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 91 of file EditSkillsOfQuestionTable.php.
|
private |
Definition at line 113 of file EditSkillsOfQuestionTable.php.
| const string ILIAS\TestQuestionPool\Skills\EditSkillsOfQuestionTable::ID = 'ska' |
Definition at line 33 of file EditSkillsOfQuestionTable.php.