ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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}
An exception for terminatinating execution or to throw for unit testing.
@noinspection PhpIncludeInspection
Class ilWorkflowEngineDashboardGUI.
__construct(ilObjWorkflowEngineGUI $parent_gui)
ilWorkflowEngineDashboardGUI constructor.