ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
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
13
class
ilWorkflowEngineInstancesGUI
14
{
16
protected
$parent_gui
;
17
23
public
function
__construct
(
ilObjWorkflowEngineGUI
$parent_gui
)
24
{
25
$this->parent_gui =
$parent_gui
;
26
}
27
33
public
function
handle
($command)
34
{
35
return
"Hello, world"
;
36
}
37
}
ilWorkflowEngineInstancesGUI\handle
handle($command)
Definition:
class.ilWorkflowEngineInstancesGUI.php:33
ilWorkflowEngineInstancesGUI
Class ilWorkflowEngineInstancesGUI.
Definition:
class.ilWorkflowEngineInstancesGUI.php:13
ilObjWorkflowEngineGUI
PhpIncludeInspection
Definition:
class.ilObjWorkflowEngineGUI.php:21
ilWorkflowEngineInstancesGUI\__construct
__construct(ilObjWorkflowEngineGUI $parent_gui)
ilWorkflowEngineInstancesGUI constructor.
Definition:
class.ilWorkflowEngineInstancesGUI.php:23
ilWorkflowEngineInstancesGUI\$parent_gui
$parent_gui
Definition:
class.ilWorkflowEngineInstancesGUI.php:16
Services
WorkflowEngine
classes
administration
class.ilWorkflowEngineInstancesGUI.php
Generated on Sat Jan 18 2025 19:01:41 for ILIAS by
1.8.13 (using
Doxyfile
)