ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
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
13
class
ilWorkflowEngineDashboardGUI
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
""
;
36
}
37
}
ilWorkflowEngineDashboardGUI\$parent_gui
$parent_gui
Definition:
class.ilWorkflowEngineDashboardGUI.php:16
ilWorkflowEngineDashboardGUI
Class ilWorkflowEngineDashboardGUI.
Definition:
class.ilWorkflowEngineDashboardGUI.php:13
ilWorkflowEngineDashboardGUI\handle
handle($command)
Definition:
class.ilWorkflowEngineDashboardGUI.php:33
ilObjWorkflowEngineGUI
PhpIncludeInspection
Definition:
class.ilObjWorkflowEngineGUI.php:21
ilWorkflowEngineDashboardGUI\__construct
__construct(ilObjWorkflowEngineGUI $parent_gui)
ilWorkflowEngineDashboardGUI constructor.
Definition:
class.ilWorkflowEngineDashboardGUI.php:23
php
Services
WorkflowEngine
classes
administration
class.ilWorkflowEngineDashboardGUI.php
Generated on Fri Jan 24 2025 19:01:17 for ILIAS by
1.8.13 (using
Doxyfile
)