ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilSystemStyleDocumentationGUI Class Reference

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
 

Detailed Description

Renders the Overview of the Examples in the Administration.

Definition at line 26 of file class.ilSystemStyleDocumentationGUI.php.

Constructor & Destructor Documentation

◆ __construct()

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:

Member Function Documentation

◆ show()

ilSystemStyleDocumentationGUI::show ( Entries  $entries,
string  $current_opened_node_id 
)

Definition at line 49 of file class.ilSystemStyleDocumentationGUI.php.

References ILIAS\Repository\ctrl().

49  : void
50  {
51  $entry_gui = new ilKSDocumentationEntryGUI(
52  $this->f,
53  $this->ctrl,
54  $entries,
55  $current_opened_node_id
56  );
57 
58  $this->tpl->setContent($this->r->render($entry_gui->createUIComponentOfEntry()));
59  }
Renders the Overview of one Example in the Administration.
+ Here is the call graph for this function:

Field Documentation

◆ $ctrl

ilCtrl ilSystemStyleDocumentationGUI::$ctrl
protected

Definition at line 29 of file class.ilSystemStyleDocumentationGUI.php.

Referenced by __construct().

◆ $f

ILIAS UI Factory ilSystemStyleDocumentationGUI::$f
protected

Definition at line 30 of file class.ilSystemStyleDocumentationGUI.php.

Referenced by __construct().

◆ $r

ILIAS UI Renderer ilSystemStyleDocumentationGUI::$r
protected

Definition at line 31 of file class.ilSystemStyleDocumentationGUI.php.

Referenced by __construct().

◆ $tpl

ilGlobalTemplateInterface ilSystemStyleDocumentationGUI::$tpl
protected

Definition at line 28 of file class.ilSystemStyleDocumentationGUI.php.

Referenced by __construct().

◆ DATA_PATH

const ilSystemStyleDocumentationGUI::DATA_PATH = './Services/Style/System/data/data.php'

◆ ROOT_FACTORY_PATH

const ilSystemStyleDocumentationGUI::ROOT_FACTORY_PATH = './Services/Style/System/data/abstractDataFactory.php'

◆ SHOW_TREE


The documentation for this class was generated from the following file: