ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
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 Tue Jan 28 2025 19:01:28 for ILIAS by
1.8.13 (using
Doxyfile
)