| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ilSamlIdpTableGUI:
 Collaboration diagram for ilSamlIdpTableGUI:Public Member Functions | |
| __construct (private readonly ilSamlSettingsGUI $parent_gui, private readonly \ILIAS\UI\Factory $ui_factory, private readonly \ILIAS\UI\Renderer $ui_renderer, private readonly ilLanguage $lng, private readonly ilCtrlInterface $ctrl, private readonly \Psr\Http\Message\ServerRequestInterface $http_request, private readonly \ILIAS\Data\Factory $df, private readonly string $parent_cmd, private readonly 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... | |
  Public Member Functions inherited from ILIAS\UI\Component\Table\DataRetrieval | |
| 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 | 
| readonly ILIAS UI URLBuilder | $url_builder | 
| readonly ILIAS UI URLBuilderToken | $action_parameter_token | 
| readonly ILIAS UI URLBuilderToken | $row_id_token | 
Definition at line 21 of file class.ilSamlIdpTableGUI.php.
| ilSamlIdpTableGUI::__construct | ( | private readonly ilSamlSettingsGUI | $parent_gui, | 
| private readonly \ILIAS\UI\Factory | $ui_factory, | ||
| private readonly \ILIAS\UI\Renderer | $ui_renderer, | ||
| private readonly ilLanguage | $lng, | ||
| private readonly ilCtrlInterface | $ctrl, | ||
| private readonly \Psr\Http\Message\ServerRequestInterface | $http_request, | ||
| private readonly \ILIAS\Data\Factory | $df, | ||
| private readonly string | $parent_cmd, | ||
| private readonly 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().
 Here is the call graph for this function:| ilSamlIdpTableGUI::get | ( | ) | 
Definition at line 58 of file class.ilSamlIdpTableGUI.php.
References getActions(), getColumnDefinition(), and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 111 of file class.ilSamlIdpTableGUI.php.
References $row_id_token, and ILIAS\Repository\lng().
Referenced by get().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 76 of file class.ilSamlIdpTableGUI.php.
References ILIAS\Repository\lng().
Referenced by get().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  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().
 Here is the call graph for this function:
 Here is the caller graph for this function:| 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().
 Here is the call graph for this function:| 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().