ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ 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
php
Services
WorkflowEngine
classes
administration
class.ilWorkflowEngineInstancesGUI.php
Generated on Fri Jan 17 2025 19:01:20 for ILIAS by
1.8.13 (using
Doxyfile
)