| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\Badge\ilBadgeImageTemplateTableGUI:
 Collaboration diagram for ILIAS\Badge\ilBadgeImageTemplateTableGUI:Public Member Functions | |
| __construct (protected bool $has_write=false) | |
| getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, 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... | |
| getColumns () | |
| renderTable (string $url) | |
  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 | |
| getRecords () | |
| getActions (URLBuilder $url_builder, URLBuilderToken $action_parameter_token, URLBuilderToken $row_id_token) | |
Private Attributes | |
| readonly Factory | $factory | 
| readonly Renderer | $renderer | 
| readonly ILIAS Refinery Factory | $refinery | 
| readonly ServerRequestInterface RequestInterface | $request | 
| readonly Services | $http | 
| readonly ilLanguage | $lng | 
| readonly ilGlobalTemplateInterface | $tpl | 
| array | $cached_records = null | 
Definition at line 40 of file class.ilBadgeImageTemplateTableGUI.php.
| ILIAS\Badge\ilBadgeImageTemplateTableGUI::__construct | ( | protected bool | $has_write = false | ) | 
Definition at line 52 of file class.ilBadgeImageTemplateTableGUI.php.
References $DIC, ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 180 of file class.ilBadgeImageTemplateTableGUI.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\Badge\ilBadgeImageTemplateTableGUI\renderTable().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Badge\ilBadgeImageTemplateTableGUI::getColumns | ( | ) | 
Definition at line 169 of file class.ilBadgeImageTemplateTableGUI.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\Badge\ilBadgeImageTemplateTableGUI\renderTable().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 67 of file class.ilBadgeImageTemplateTableGUI.php.
References ILIAS\Badge\ilBadgeImageTemplateTableGUI\$cached_records, ilBadgeImageTemplate\getInstances(), and ILIAS\Badge\ilBadgeImage\IMAGE_SIZE_XL.
Referenced by ILIAS\Badge\ilBadgeImageTemplateTableGUI\getRows(), and ILIAS\Badge\ilBadgeImageTemplateTableGUI\getTotalRowCount().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Badge\ilBadgeImageTemplateTableGUI::getRows | ( | DataRowBuilder | $row_builder, | 
| array | $visible_column_ids, | ||
| Range | $range, | ||
| Order | $order, | ||
| ?array | $filter_data, | ||
| ?array | $additional_parameters | ||
| ) | 
Definition at line 118 of file class.ilBadgeImageTemplateTableGUI.php.
References ILIAS\Data\Order\DESC, and ILIAS\Badge\ilBadgeImageTemplateTableGUI\getRecords().
 Here is the call graph for this function:| ILIAS\Badge\ilBadgeImageTemplateTableGUI::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 159 of file class.ilBadgeImageTemplateTableGUI.php.
References ILIAS\Badge\ilBadgeImageTemplateTableGUI\getRecords().
 Here is the call graph for this function:| ILIAS\Badge\ilBadgeImageTemplateTableGUI::renderTable | ( | string | $url | ) | 
Definition at line 200 of file class.ilBadgeImageTemplateTableGUI.php.
References $id, $out, ILIAS\Data\Order\ASC, ILIAS\Badge\ilBadgeImageTemplateTableGUI\getActions(), ILIAS\Badge\ilBadgeImageTemplateTableGUI\getColumns(), ilBadgeImageTemplate\getInstances(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Filesystem\Stream\Streams\ofString(), and ILIAS\Repository\refinery().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 50 of file class.ilBadgeImageTemplateTableGUI.php.
Referenced by ILIAS\Badge\ilBadgeImageTemplateTableGUI\getRecords().
      
  | 
  private | 
Definition at line 42 of file class.ilBadgeImageTemplateTableGUI.php.
      
  | 
  private | 
Definition at line 46 of file class.ilBadgeImageTemplateTableGUI.php.
      
  | 
  private | 
Definition at line 47 of file class.ilBadgeImageTemplateTableGUI.php.
Definition at line 44 of file class.ilBadgeImageTemplateTableGUI.php.
      
  | 
  private | 
Definition at line 43 of file class.ilBadgeImageTemplateTableGUI.php.
      
  | 
  private | 
Definition at line 45 of file class.ilBadgeImageTemplateTableGUI.php.
      
  | 
  private | 
Definition at line 48 of file class.ilBadgeImageTemplateTableGUI.php.