ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
s
t
w
+
Functions
_
a
b
c
f
g
h
i
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.arIndexTableAction.php
Go to the documentation of this file.
1
<?php
2
10
class
arIndexTableAction
11
{
12
16
protected
$id
= 0;
20
protected
$title
=
""
;
24
protected
$target_class
=
""
;
28
protected
$target_cmd
=
""
;
32
protected
$access
=
""
;
33
34
42
public
function
__construct
(
$id
,
$title
,
$target_class
,
$target_cmd
,
$access
= null)
43
{
44
$this->
id
=
$id
;
45
$this->title =
$title
;
46
$this->target_class =
$target_class
;
47
$this->target_cmd =
$target_cmd
;
48
$this->access =
$access
;
49
}
50
51
55
public
function
setAccess
(
$access
)
56
{
57
$this->access =
$access
;
58
}
59
60
64
public
function
getAccess
()
65
{
66
return
$this->access
;
67
}
68
69
73
public
function
setActions
($actions)
74
{
75
$this->actions = $actions;
76
}
77
78
82
public
function
getActions
()
83
{
84
return
$this->actions;
85
}
86
87
91
public
function
setId
(
$id
)
92
{
93
$this->
id
=
$id
;
94
}
95
96
100
public
function
getId
()
101
{
102
return
$this->id
;
103
}
104
105
109
public
function
setTargetClass
(
$target_class
)
110
{
111
$this->target_class =
$target_class
;
112
}
113
114
118
public
function
getTargetClass
()
119
{
120
return
$this->target_class
;
121
}
122
123
127
public
function
setTargetCmd
(
$target_cmd
)
128
{
129
$this->target_cmd =
$target_cmd
;
130
}
131
132
136
public
function
getTargetCmd
()
137
{
138
return
$this->target_cmd
;
139
}
140
141
145
public
function
setTitle
(
$title
)
146
{
147
$this->title =
$title
;
148
}
149
150
154
public
function
getTitle
()
155
{
156
return
$this->title
;
157
}
158
}
arIndexTableAction\getId
getId()
Definition:
class.arIndexTableAction.php:100
arIndexTableAction\setId
setId($id)
Definition:
class.arIndexTableAction.php:91
arIndexTableAction\getActions
getActions()
Definition:
class.arIndexTableAction.php:82
arIndexTableAction\$title
$title
Definition:
class.arIndexTableAction.php:20
arIndexTableAction\$target_class
$target_class
Definition:
class.arIndexTableAction.php:24
arIndexTableAction\setActions
setActions($actions)
Definition:
class.arIndexTableAction.php:73
arIndexTableAction\getTitle
getTitle()
Definition:
class.arIndexTableAction.php:154
arIndexTableAction\setTargetClass
setTargetClass($target_class)
Definition:
class.arIndexTableAction.php:109
arIndexTableAction\$access
$access
Definition:
class.arIndexTableAction.php:32
arIndexTableAction\setAccess
setAccess($access)
Definition:
class.arIndexTableAction.php:55
arIndexTableAction\$target_cmd
$target_cmd
Definition:
class.arIndexTableAction.php:28
arIndexTableAction\getAccess
getAccess()
Definition:
class.arIndexTableAction.php:64
arIndexTableAction\getTargetCmd
getTargetCmd()
Definition:
class.arIndexTableAction.php:136
arIndexTableAction\getTargetClass
getTargetClass()
Definition:
class.arIndexTableAction.php:118
arIndexTableAction\__construct
__construct($id, $title, $target_class, $target_cmd, $access=null)
Definition:
class.arIndexTableAction.php:42
arIndexTableAction\setTargetCmd
setTargetCmd($target_cmd)
Definition:
class.arIndexTableAction.php:127
arIndexTableAction\setTitle
setTitle($title)
Definition:
class.arIndexTableAction.php:145
arIndexTableAction\$id
$id
Definition:
class.arIndexTableAction.php:16
arIndexTableAction
GUI-Class arIndexTableAction.
Definition:
class.arIndexTableAction.php:10
Services
ActiveRecord
Views
Index
class.arIndexTableAction.php
Generated on Thu Apr 3 2025 20:01:00 for ILIAS by
1.8.13 (using
Doxyfile
)