ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (private ilSamlSettingsGUI $parent_gui, private \ILIAS\UI\Factory $ui_factory, private \ILIAS\UI\Renderer $ui_renderer, private ilLanguage $lng, private ilCtrlInterface $ctrl, private \Psr\Http\Message\ServerRequestInterface $http_request, private \ILIAS\Data\Factory $df, private string $parent_cmd, private bool $has_write_access) | |
get () | |
getRows (\ILIAS\UI\Component\Table\DataRowBuilder $row_builder, array $visible_column_ids, \ILIAS\Data\Range $range, \ILIAS\Data\Order $order, ?array $filter_data, ?array $additional_parameters) | |
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... | |
![]() | |
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... | |
Private Member Functions | |
getColumnDefinition () | |
getActions () | |
getRecords (\ILIAS\Data\Range $range, \ILIAS\Data\Order $order) | |
Private Attributes | |
array | $idps |
ILIAS UI URLBuilder | $url_builder |
ILIAS UI URLBuilderToken | $action_parameter_token |
ILIAS UI URLBuilderToken | $row_id_token |
Definition at line 21 of file class.ilSamlIdpTableGUI.php.
ilSamlIdpTableGUI::__construct | ( | private ilSamlSettingsGUI | $parent_gui, |
private \ILIAS\UI\Factory | $ui_factory, | ||
private \ILIAS\UI\Renderer | $ui_renderer, | ||
private ilLanguage | $lng, | ||
private ilCtrlInterface | $ctrl, | ||
private \Psr\Http\Message\ServerRequestInterface | $http_request, | ||
private \ILIAS\Data\Factory | $df, | ||
private string | $parent_cmd, | ||
private bool | $has_write_access | ||
) |
Definition at line 29 of file class.ilSamlIdpTableGUI.php.
References $action_parameter_token, $row_id_token, $url_builder, ilUtil\_getHttpPath(), ILIAS\Repository\ctrl(), and ilSamlIdp\getAllIdps().
ilSamlIdpTableGUI::get | ( | ) |
Definition at line 58 of file class.ilSamlIdpTableGUI.php.
References getActions(), getColumnDefinition(), and ILIAS\Repository\lng().
|
private |
Definition at line 111 of file class.ilSamlIdpTableGUI.php.
References $row_id_token, and ILIAS\Repository\lng().
Referenced by get().
|
private |
Definition at line 76 of file class.ilSamlIdpTableGUI.php.
References ILIAS\Repository\lng().
Referenced by get().
|
private |
Definition at line 144 of file class.ilSamlIdpTableGUI.php.
References $idps, ilSamlIdp\getEntityId(), ILIAS\Repository\int(), ilSamlIdp\isActive(), and ilStr\strCmp().
Referenced by getRows().
ilSamlIdpTableGUI::getRows | ( | \ILIAS\UI\Component\Table\DataRowBuilder | $row_builder, |
array | $visible_column_ids, | ||
\ILIAS\Data\Range | $range, | ||
\ILIAS\Data\Order | $order, | ||
?array | $filter_data, | ||
?array | $additional_parameters | ||
) |
Definition at line 169 of file class.ilSamlIdpTableGUI.php.
References getRecords().
ilSamlIdpTableGUI::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 194 of file class.ilSamlIdpTableGUI.php.
|
private |
Definition at line 26 of file class.ilSamlIdpTableGUI.php.
Referenced by __construct().
|
private |
Definition at line 24 of file class.ilSamlIdpTableGUI.php.
Referenced by getRecords().
|
private |
Definition at line 27 of file class.ilSamlIdpTableGUI.php.
Referenced by __construct(), and getActions().
|
private |
Definition at line 25 of file class.ilSamlIdpTableGUI.php.
Referenced by __construct().