ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilWorkflowEngineDashboardGUI.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 "";
36  }
37 }
Class ilWorkflowEngineDashboardGUI.
__construct(ilObjWorkflowEngineGUI $parent_gui)
ilWorkflowEngineDashboardGUI constructor.