ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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}
An exception for terminatinating execution or to throw for unit testing.
@noinspection PhpIncludeInspection
Class ilWorkflowEngineInstancesGUI.
__construct(ilObjWorkflowEngineGUI $parent_gui)
ilWorkflowEngineInstancesGUI constructor.