ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Description of class ilLTIProviderReleasedObjectsTableGUI. More...
Public Member Functions | |
__construct (string $a_id='') | |
getColumns () | |
getTotalRowCount (?array $filter_data, ?array $additional_parameters) | |
Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More... | |
getHtml () | |
getId () | |
![]() | |
getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, ?array $filter_data, ?array $additional_parameters) | |
This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
getTotalRowCount (?array $filter_data, ?array $additional_parameters) | |
Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More... | |
Protected Attributes | |
ilLanguage | $lng |
Factory | $ui_factory |
ILIAS UI Renderer | $ui_renderer |
ILIAS Data Factory | $data_factory |
ilCtrlInterface | $ctrl |
WrapperFactory | $wrapper |
ILIAS Refinery Factory | $refinery |
Private Member Functions | |
getRecords () | |
Private Attributes | |
ServerRequestInterface RequestInterface | $request |
array | $records |
string | $id |
Description of class ilLTIProviderReleasedObjectsTableGUI.
Definition at line 39 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
ilLTIProviderReleasedObjectsTableGUI::__construct | ( | string | $a_id = '' | ) |
Definition at line 52 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
References $DIC, ILIAS\Repository\ctrl(), getRecords(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
ilLTIProviderReleasedObjectsTableGUI::getColumns | ( | ) |
Definition at line 69 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
References ILIAS\Repository\lng().
ilLTIProviderReleasedObjectsTableGUI::getHtml | ( | ) |
Definition at line 137 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
References ILIAS\Repository\lng().
ilLTIProviderReleasedObjectsTableGUI::getId | ( | ) |
Definition at line 147 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
References $id.
|
private |
Definition at line 78 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
References $ref_id, ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilObject\_lookupType(), ILIAS\Repository\int(), and ilObjLTIAdministration\readReleaseObjects().
Referenced by __construct().
ilLTIProviderReleasedObjectsTableGUI::getTotalRowCount | ( | ?array | $filter_data, |
?array | $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 130 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
|
protected |
Definition at line 46 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
Definition at line 45 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
|
private |
Definition at line 50 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
Referenced by getId().
|
protected |
Definition at line 41 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
|
private |
Definition at line 49 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
Definition at line 48 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
|
private |
Definition at line 44 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
|
protected |
Definition at line 42 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
|
protected |
Definition at line 43 of file class.ilLTIProviderReleasedObjectsTableGUI.php.
|
protected |
Definition at line 47 of file class.ilLTIProviderReleasedObjectsTableGUI.php.