ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilWorkflowEngineInstancesGUI Class Reference

Class ilWorkflowEngineInstancesGUI. More...

+ Collaboration diagram for ilWorkflowEngineInstancesGUI:

Public Member Functions

 __construct (ilObjWorkflowEngineGUI $parent_gui)
 ilWorkflowEngineInstancesGUI constructor. More...
 
 handle ($command)
 

Protected Attributes

 $parent_gui
 

Detailed Description

Class ilWorkflowEngineInstancesGUI.

Author
Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

/

Definition at line 13 of file class.ilWorkflowEngineInstancesGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilWorkflowEngineInstancesGUI::__construct ( ilObjWorkflowEngineGUI  $parent_gui)

ilWorkflowEngineInstancesGUI constructor.

Parameters
ilObjWorkflowEngineGUI$parent_gui

Definition at line 23 of file class.ilWorkflowEngineInstancesGUI.php.

References $parent_gui.

24  {
25  $this->parent_gui = $parent_gui;
26  }

Member Function Documentation

◆ handle()

ilWorkflowEngineInstancesGUI::handle (   $command)
Parameters
string$command
Returns
string

Definition at line 33 of file class.ilWorkflowEngineInstancesGUI.php.

34  {
35  return "Hello, world";
36  }

Field Documentation

◆ $parent_gui

ilWorkflowEngineInstancesGUI::$parent_gui
protected

Definition at line 16 of file class.ilWorkflowEngineInstancesGUI.php.

Referenced by __construct().


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