| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilADNAbstractGUI:
 Collaboration diagram for ilADNAbstractGUI:Public Member Functions | |
| __construct (ilADNTabHandling $tab_handling) | |
| ilADNAbstractGUI constructor.  More... | |
| executeCommand () | |
Data Fields | |
| const | IDENTIFIER = 'identifier' | 
| ilLanguage | $lng | 
| ilGlobalTemplateInterface | $tpl | 
| ilTree | $tree | 
Protected Member Functions | |
| determineCommand (?string $standard=null) | |
| dispatchCommand (string $cmd) | |
Protected Attributes | |
| ILIAS DI UIServices | $ui | 
| ILIAS HTTP Services | $http | 
| ilToolbarGUI | $toolbar | 
| ilADNTabHandling | $tab_handling | 
| ilTabsGUI | $tabs | 
| ilCtrl | $ctrl | 
| ilObjAdministrativeNotificationAccess | $access | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilADNAbstractGUI
Definition at line 23 of file class.ilADNAbstractGUI.php.
| ilADNAbstractGUI::__construct | ( | ilADNTabHandling | $tab_handling | ) | 
ilADNAbstractGUI constructor.
Definition at line 48 of file class.ilADNAbstractGUI.php.
References $DIC, $tab_handling, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), and ILIAS\Repository\ui().
 Here is the call graph for this function:
      
  | 
  protected | 
| ilException | 
Definition at line 69 of file class.ilADNAbstractGUI.php.
References ILIAS\Repository\access(), and ILIAS\Repository\ctrl().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  abstractprotected | 
| ilADNAbstractGUI::executeCommand | ( | ) | 
Definition at line 82 of file class.ilADNAbstractGUI.php.
References ILIAS\Repository\ctrl(), determineCommand(), dispatchCommand(), ilObjAdministrativeNotificationGUI\TAB_MAIN, and ilADNNotificationGUI\TAB_TABLE.
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 43 of file class.ilADNAbstractGUI.php.
      
  | 
  protected | 
Definition at line 38 of file class.ilADNAbstractGUI.php.
      
  | 
  protected | 
Definition at line 29 of file class.ilADNAbstractGUI.php.
| ilLanguage ilADNAbstractGUI::$lng | 
Definition at line 36 of file class.ilADNAbstractGUI.php.
      
  | 
  protected | 
Definition at line 32 of file class.ilADNAbstractGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 34 of file class.ilADNAbstractGUI.php.
      
  | 
  protected | 
Definition at line 31 of file class.ilADNAbstractGUI.php.
| ilGlobalTemplateInterface ilADNAbstractGUI::$tpl | 
Definition at line 40 of file class.ilADNAbstractGUI.php.
| ilTree ilADNAbstractGUI::$tree | 
Definition at line 42 of file class.ilADNAbstractGUI.php.
      
  | 
  protected | 
Definition at line 27 of file class.ilADNAbstractGUI.php.
| const ilADNAbstractGUI::IDENTIFIER = 'identifier' | 
Definition at line 25 of file class.ilADNAbstractGUI.php.
Referenced by ilADNNotificationGUI\edit(), and ilADNNotificationGUI\getNotificationFromRequest().