ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilWorkflowEngineSettingsGUI Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilWorkflowEngineSettingsGUI:

Public Member Functions

 __construct (ilObjWorkflowEngineGUI $parent_gui)
 

Private Attributes

ilObjWorkflowEngineGUI $parent_gui
 
ilGlobalTemplateInterface $main_tpl
 

Detailed Description

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 Class ilWorkflowEngineSettingsGUI

Author
Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de /

Definition at line 25 of file class.ilWorkflowEngineSettingsGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilWorkflowEngineSettingsGUI::__construct ( ilObjWorkflowEngineGUI  $parent_gui)

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

References $DIC, $ilSetting, and $parent_gui.

31  {
32  global $DIC;
33  $this->main_tpl = $DIC->ui()->mainTemplate();
34  $this->parent_gui = $parent_gui;
35  }
global $DIC
Definition: feed.php:28

Field Documentation

◆ $main_tpl

ilGlobalTemplateInterface ilWorkflowEngineSettingsGUI::$main_tpl
private

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

◆ $parent_gui

ilObjWorkflowEngineGUI ilWorkflowEngineSettingsGUI::$parent_gui
private

Definition at line 27 of file class.ilWorkflowEngineSettingsGUI.php.

Referenced by __construct().


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