ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilWorkflowEngineSettingsGUI.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
ilWorkflowEngineSettingsGUI
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
global
$DIC
;
37
$ilSetting
= $DIC[
'ilSetting'
];
38
39
require_once
'./Services/WorkflowEngine/classes/administration/class.ilWorkflowEngineSettingsForm.php'
;
40
$form =
new
ilWorkflowEngineSettingsForm
();
41
$form_instance = $form->getForm($this->parent_gui->ilCtrl->getLinkTarget($this->parent_gui,
'settings.save'
));
42
$cb_input = $form_instance->getItemByPostVar(
'activate'
);
43
44
$cb_input->setChecked(
false
);
45
return
$form_instance->getHTML();
46
}
47
}
ilWorkflowEngineSettingsForm
PhpIncludeInspection
Definition:
class.ilWorkflowEngineSettingsForm.php:16
ilWorkflowEngineSettingsGUI
Class ilWorkflowEngineSettingsGUI.
Definition:
class.ilWorkflowEngineSettingsGUI.php:13
ilObjWorkflowEngineGUI
PhpIncludeInspection
Definition:
class.ilObjWorkflowEngineGUI.php:19
$DIC
global $DIC
Definition:
goto.php:24
ilWorkflowEngineSettingsGUI\$parent_gui
$parent_gui
Definition:
class.ilWorkflowEngineSettingsGUI.php:16
$ilSetting
global $ilSetting
Definition:
privfeed.php:17
ilWorkflowEngineSettingsGUI\__construct
__construct(ilObjWorkflowEngineGUI $parent_gui)
ilWorkflowEngineSettingsGUI constructor.
Definition:
class.ilWorkflowEngineSettingsGUI.php:23
Services
WorkflowEngine
classes
administration
class.ilWorkflowEngineSettingsGUI.php
Generated on Thu Apr 3 2025 21:01:33 for ILIAS by
1.8.13 (using
Doxyfile
)