ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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'
 

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 35 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 47 of file class.ilSystemStyleDocumentationGUI.php.

References ILIAS\Repository\ctrl().

47  : void
48  {
49  $entry_gui = new ilKSDocumentationEntryGUI(
50  $this->f,
51  $this->ctrl,
52  $entries,
53  $current_opened_node_id
54  );
55 
56  $this->tpl->setContent($this->r->render($entry_gui->createUIComponentOfEntry()));
57  }
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().

◆ SHOW_TREE


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