ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Renders the Overview of the Examples in the Administration. More...
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 |
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 35 of file class.ilSystemStyleDocumentationGUI.php.
References $ctrl, $f, $r, $tpl, and ILIAS\Repository\ctrl().
ilSystemStyleDocumentationGUI::show | ( | Entries | $entries, |
string | $current_opened_node_id | ||
) |
Definition at line 47 of file class.ilSystemStyleDocumentationGUI.php.
References ILIAS\Repository\ctrl().
|
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::SHOW_TREE = 'system_styles_show_tree' |