ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

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 }

References ILIAS\Repository\ctrl().

+ 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: