| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ILIAS\AdministrativeNotification\Table:Public Member Functions | |
| __construct (private ilADNNotificationGUI $calling_gui,) | |
| getHTML () | |
| getUrlBuilder () | |
| getIdToken () | |
Data Fields | |
| const | ACTION_EDIT = 'edit' | 
| const | ACTION_DELETE = 'delete' | 
| const | ACTION_RESET = 'reset' | 
| const | ACTION_DUPLICATE = 'duplicate' | 
Protected Member Functions | |
| initColumns () | |
| initActions () | |
| getURI (string $command) | |
| Unfortunately, I have not yet found an easier way to generate this URI.  More... | |
Protected Attributes | |
| array | $components = [] | 
Private Member Functions | |
| initURIBuilder () | |
Private Attributes | |
| Factory | $ui_factory | 
| Renderer | $ui_renderer | 
| ilCtrlInterface | $ctrl | 
| ilLanguage | $lng | 
| URLBuilder | $url_builder | 
| URLBuilderToken | $id_token | 
| ILIAS\AdministrativeNotification\Table::__construct | ( | private ilADNNotificationGUI | $calling_gui | ) | 
Definition at line 51 of file Table.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\AdministrativeNotification\Table\initActions(), ILIAS\AdministrativeNotification\Table\initColumns(), ILIAS\AdministrativeNotification\Table\initURIBuilder(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ILIAS\AdministrativeNotification\Table::getHTML | ( | ) | 
| ILIAS\AdministrativeNotification\Table::getIdToken | ( | ) | 
Definition at line 156 of file Table.php.
References ILIAS\AdministrativeNotification\Table\$id_token.
      
  | 
  protected | 
Unfortunately, I have not yet found an easier way to generate this URI.
However, it is important that it points to the calling-gui
Definition at line 136 of file Table.php.
References ILIAS\Repository\ctrl().
Referenced by ILIAS\AdministrativeNotification\Table\initActions(), and ILIAS\AdministrativeNotification\Table\initURIBuilder().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\AdministrativeNotification\Table::getUrlBuilder | ( | ) | 
Definition at line 151 of file Table.php.
References ILIAS\AdministrativeNotification\Table\$url_builder.
      
  | 
  protected | 
Definition at line 106 of file Table.php.
References ILIAS\AdministrativeNotification\Table\$id_token, ilADNNotificationGUI\CMD_CONFIRM_DELETE, ilADNNotificationGUI\CMD_DUPLICATE, ilADNNotificationGUI\CMD_EDIT, ilADNNotificationGUI\CMD_RESET, ILIAS\AdministrativeNotification\Table\getURI(), and ILIAS\Repository\lng().
Referenced by ILIAS\AdministrativeNotification\Table\__construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 92 of file Table.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\AdministrativeNotification\Table\__construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 76 of file Table.php.
References ILIAS\AdministrativeNotification\Table\$id_token, ILIAS\AdministrativeNotification\Table\$url_builder, ilBiblFieldFilterGUI\CMD_STANDARD, ILIAS\AdministrativeNotification\Table\getURI(), and ilADNAbstractGUI\IDENTIFIER.
Referenced by ILIAS\AdministrativeNotification\Table\__construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
      
  | 
  private | 
      
  | 
  private | 
Definition at line 47 of file Table.php.
Referenced by ILIAS\AdministrativeNotification\Table\getIdToken(), ILIAS\AdministrativeNotification\Table\initActions(), and ILIAS\AdministrativeNotification\Table\initURIBuilder().
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
Definition at line 46 of file Table.php.
Referenced by ILIAS\AdministrativeNotification\Table\getUrlBuilder(), and ILIAS\AdministrativeNotification\Table\initURIBuilder().
| const ILIAS\AdministrativeNotification\Table::ACTION_DELETE = 'delete' | 
Definition at line 39 of file Table.php.
Referenced by ILIAS\AdministrativeNotification\DataRetrieval\getRows().
| const ILIAS\AdministrativeNotification\Table::ACTION_DUPLICATE = 'duplicate' | 
Definition at line 41 of file Table.php.
Referenced by ILIAS\AdministrativeNotification\DataRetrieval\getRows().
| const ILIAS\AdministrativeNotification\Table::ACTION_EDIT = 'edit' | 
Definition at line 38 of file Table.php.
Referenced by ILIAS\AdministrativeNotification\DataRetrieval\getRows().
| const ILIAS\AdministrativeNotification\Table::ACTION_RESET = 'reset' | 
Definition at line 40 of file Table.php.
Referenced by ILIAS\AdministrativeNotification\DataRetrieval\getRows().