| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Renders the Overview of the Examples in the Administration. More...
 Collaboration diagram for ilSystemStyleDocumentationGUI:Public Member Functions | |
| __construct (ilGlobalTemplateInterface $tpl, ilCtrl $ctrl, ILIAS\UI\Factory $f, ILIAS\UI\Renderer $r) | |
| show (Entries $entries, string $current_opened_node_id) | |
Data Fields | |
| const | SHOW_TREE = 'system_styles_show_tree' | 
| const | DATA_PATH = './Services/Style/System/data/data.php' | 
| const | ROOT_FACTORY_PATH = './Services/Style/System/data/abstractDataFactory.php' | 
Protected Attributes | |
| ilGlobalTemplateInterface | $tpl | 
| ilCtrl | $ctrl | 
| ILIAS UI Factory | $f | 
| ILIAS UI Renderer | $r | 
Renders the Overview of the Examples in the Administration.
Definition at line 26 of file class.ilSystemStyleDocumentationGUI.php.
| ilSystemStyleDocumentationGUI::__construct | ( | ilGlobalTemplateInterface | $tpl, | 
| ilCtrl | $ctrl, | ||
| ILIAS\UI\Factory | $f, | ||
| ILIAS\UI\Renderer | $r | ||
| ) | 
Definition at line 37 of file class.ilSystemStyleDocumentationGUI.php.
References $ctrl, $f, $r, $tpl, and ILIAS\Repository\ctrl().
 Here is the call graph for this function:| ilSystemStyleDocumentationGUI::show | ( | Entries | $entries, | 
| string | $current_opened_node_id | ||
| ) | 
Definition at line 49 of file class.ilSystemStyleDocumentationGUI.php.
References ILIAS\Repository\ctrl().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 29 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 30 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 31 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 28 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by __construct().
| const ilSystemStyleDocumentationGUI::DATA_PATH = './Services/Style/System/data/data.php' | 
Definition at line 34 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by ilSystemStyleMainGUI\executeCommand(), ilKitchenSinkDataCollectedObjective\getArtifactPath(), and SystemStylesGlobalScreenToolProvider\getUITree().
| const ilSystemStyleDocumentationGUI::ROOT_FACTORY_PATH = './Services/Style/System/data/abstractDataFactory.php' | 
Definition at line 35 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by ilKitchenSinkDataCollectedObjective\build().
| const ilSystemStyleDocumentationGUI::SHOW_TREE = 'system_styles_show_tree' |