ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
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
k
l
m
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.ilFormPropertyDispatchGUI.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
13
class
ilFormPropertyDispatchGUI
14
{
18
function
_construct
()
19
{
20
}
21
27
function
setItem
($a_val)
28
{
29
$this->item = $a_val;
30
}
31
37
function
getItem
()
38
{
39
return
$this->item;
40
}
41
45
function
&
executeCommand
()
46
{
47
global
$ilCtrl
;
48
49
$next_class = $ilCtrl->getNextClass($this);
50
$cmd
= $ilCtrl->getCmd();
51
52
if
(strtolower(get_class($this->
getItem
())) != $next_class)
53
{
54
die(
"ilFormPropertyDispatch: Forward Error."
);
55
}
56
57
return
$ilCtrl->forwardCommand($this->
getItem
());
58
}
59
60
}
ilFormPropertyDispatchGUI\_construct
_construct()
Constructor.
Definition:
class.ilFormPropertyDispatchGUI.php:18
$cmd
$cmd
Definition:
sahs_server.php:35
ilFormPropertyDispatchGUI\getItem
getItem()
Get item.
Definition:
class.ilFormPropertyDispatchGUI.php:37
$ilCtrl
global $ilCtrl
Definition:
ilias.php:18
ilFormPropertyDispatchGUI\executeCommand
& executeCommand()
Execute command.
Definition:
class.ilFormPropertyDispatchGUI.php:45
ilFormPropertyDispatchGUI
Form property dispatcher.
Definition:
class.ilFormPropertyDispatchGUI.php:13
ilFormPropertyDispatchGUI\setItem
setItem($a_val)
Set item.
Definition:
class.ilFormPropertyDispatchGUI.php:27
Services
Form
classes
class.ilFormPropertyDispatchGUI.php
Generated on Mon Mar 31 2025 19:00:46 for ILIAS by
1.8.13 (using
Doxyfile
)