|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilHTLMPresentationGUI:
Collaboration diagram for ilHTLMPresentationGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
Data Fields | |
| ilGlobalTemplateInterface | $tpl |
| ilLanguage | $lng |
| ilObjectDefinition | $objDefinition |
| int | $ref_id |
Protected Attributes | |
| ILIAS HTMLLearningModule StandardGUIRequest | $request |
| ilCtrl | $ctrl |
| ilAccessHandler | $access |
| ilNavigationHistory | $nav_history |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 23 of file class.ilHTLMPresentationGUI.php.
| ilHTLMPresentationGUI::__construct | ( | ) |
Definition at line 34 of file class.ilHTLMPresentationGUI.php.
References $DIC, $lng, $objDefinition, $tpl, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Here is the call graph for this function:| ilHTLMPresentationGUI::executeCommand | ( | ) |
Definition at line 70 of file class.ilHTLMPresentationGUI.php.
References $access, $ctrl, $nav_history, $tpl, ilNavigationHistory\addItem(), ILIAS\Repository\ctrl(), and ilGlobalTemplateInterface\printToStdout().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilHTLMPresentationGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 26 of file class.ilHTLMPresentationGUI.php.
Referenced by executeCommand().
| ilLanguage ilHTLMPresentationGUI::$lng |
Definition at line 30 of file class.ilHTLMPresentationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilHTLMPresentationGUI.php.
Referenced by executeCommand().
| ilObjectDefinition ilHTLMPresentationGUI::$objDefinition |
Definition at line 31 of file class.ilHTLMPresentationGUI.php.
Referenced by __construct().
| int ilHTLMPresentationGUI::$ref_id |
Definition at line 32 of file class.ilHTLMPresentationGUI.php.
|
protected |
Definition at line 25 of file class.ilHTLMPresentationGUI.php.
| ilGlobalTemplateInterface ilHTLMPresentationGUI::$tpl |
Definition at line 29 of file class.ilHTLMPresentationGUI.php.
Referenced by __construct(), and executeCommand().