| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\Conditions\Configuration\ConditionTriggerTableGUI:
 Collaboration diagram for ILIAS\Conditions\Configuration\ConditionTriggerTableGUI:Public Member Functions | |
| __construct (ConditionTriggerProvider $provider, bool $allow_optional_conditions) | |
| 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... | |
| get () | |
| render () | |
Data Fields | |
| const | ACTION_TOKEN = 'action' | 
| const | ID_TOKEN = 'id' | 
| const | TABLE_NS = 'cond_trigger_table' | 
| const | ACTION_TOKEN_NS = self::TABLE_NS . '_' . self::ACTION_TOKEN | 
| const | ID_TOKEN_NS = self::TABLE_NS . '_' . self::ID_TOKEN | 
Protected Member Functions | |
| getColumns () | |
| getActions () | |
Protected Attributes | |
| Psr Http Message ServerRequestInterface | $http_request | 
| ILIAS UI Renderer | $ui_renderer | 
| ILIAS UI Factory | $ui_factory | 
| DataFactory | $data_factory | 
| ConditionTriggerProvider | $provider | 
| bool | $allow_optional_conditions | 
| readonly ilLanguage | $lng | 
| readonly ilObjUser | $user | 
| readonly ilCtrl | $ctrl | 
Definition at line 36 of file ConditionTriggerTableGUI.php.
| ILIAS\Conditions\Configuration\ConditionTriggerTableGUI::__construct | ( | ConditionTriggerProvider | $provider, | 
| bool | $allow_optional_conditions | ||
| ) | 
Definition at line 59 of file ConditionTriggerTableGUI.php.
References ILIAS\Conditions\Configuration\ConditionTriggerTableGUI\$allow_optional_conditions, $DIC, ILIAS\Conditions\Configuration\ConditionTriggerTableGUI\$provider, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
 Here is the call graph for this function:| ILIAS\Conditions\Configuration\ConditionTriggerTableGUI::get | ( | ) | 
Definition at line 160 of file ConditionTriggerTableGUI.php.
References ILIAS\Conditions\Configuration\ConditionTriggerTableGUI\getActions(), ILIAS\Conditions\Configuration\ConditionTriggerTableGUI\getColumns(), and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 120 of file ConditionTriggerTableGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by ILIAS\Conditions\Configuration\ConditionTriggerTableGUI\get().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 97 of file ConditionTriggerTableGUI.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\Conditions\Configuration\ConditionTriggerTableGUI\get().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Conditions\Configuration\ConditionTriggerTableGUI::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.
yield $row_builder->buildStandardRow($row_id, $record).
| string[] | $visible_column_ids | 
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 77 of file ConditionTriggerTableGUI.php.
References $id, and ILIAS\UI\Component\Table\DataRowBuilder\buildDataRow().
 Here is the call graph for this function:| ILIAS\Conditions\Configuration\ConditionTriggerTableGUI::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 92 of file ConditionTriggerTableGUI.php.
| ILIAS\Conditions\Configuration\ConditionTriggerTableGUI::render | ( | ) | 
Definition at line 175 of file ConditionTriggerTableGUI.php.
      
  | 
  protected | 
Definition at line 52 of file ConditionTriggerTableGUI.php.
Referenced by ILIAS\Conditions\Configuration\ConditionTriggerTableGUI\__construct().
      
  | 
  protected | 
Definition at line 56 of file ConditionTriggerTableGUI.php.
      
  | 
  protected | 
Definition at line 49 of file ConditionTriggerTableGUI.php.
      
  | 
  protected | 
Definition at line 46 of file ConditionTriggerTableGUI.php.
      
  | 
  protected | 
Definition at line 54 of file ConditionTriggerTableGUI.php.
      
  | 
  protected | 
Definition at line 51 of file ConditionTriggerTableGUI.php.
Referenced by ILIAS\Conditions\Configuration\ConditionTriggerTableGUI\__construct().
Definition at line 48 of file ConditionTriggerTableGUI.php.
Definition at line 47 of file ConditionTriggerTableGUI.php.
      
  | 
  protected | 
Definition at line 55 of file ConditionTriggerTableGUI.php.
| const ILIAS\Conditions\Configuration\ConditionTriggerTableGUI::ACTION_TOKEN = 'action' | 
Definition at line 38 of file ConditionTriggerTableGUI.php.
| const ILIAS\Conditions\Configuration\ConditionTriggerTableGUI::ACTION_TOKEN_NS = self::TABLE_NS . '_' . self::ACTION_TOKEN | 
Definition at line 42 of file ConditionTriggerTableGUI.php.
| const ILIAS\Conditions\Configuration\ConditionTriggerTableGUI::ID_TOKEN = 'id' | 
Definition at line 39 of file ConditionTriggerTableGUI.php.
| const ILIAS\Conditions\Configuration\ConditionTriggerTableGUI::ID_TOKEN_NS = self::TABLE_NS . '_' . self::ID_TOKEN | 
Definition at line 44 of file ConditionTriggerTableGUI.php.
| const ILIAS\Conditions\Configuration\ConditionTriggerTableGUI::TABLE_NS = 'cond_trigger_table' | 
Definition at line 40 of file ConditionTriggerTableGUI.php.