ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilWorkflowEngineInstancesGUI.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
14 {
16  protected $parent_gui;
17 
24  {
25  $this->parent_gui = $parent_gui;
26  }
27 
33  public function handle($command)
34  {
35  return "Hello, world";
36  }
37 }
Class ilWorkflowEngineInstancesGUI.
__construct(ilObjWorkflowEngineGUI $parent_gui)
ilWorkflowEngineInstancesGUI constructor.