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.ilUserAction.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
4
12
class
ilUserAction
13
{
14
protected
$text
;
15
protected
$href
;
16
protected
$data
;
17
protected
$type
;
18
24
public
function
setText
($a_val)
25
{
26
$this->text = $a_val;
27
}
28
34
public
function
getText
()
35
{
36
return
$this->text
;
37
}
38
44
public
function
setHref
($a_val)
45
{
46
$this->href = $a_val;
47
}
48
54
public
function
getHref
()
55
{
56
return
$this->href
;
57
}
58
64
public
function
setType
($a_val)
65
{
66
$this->type = $a_val;
67
}
68
74
public
function
getType
()
75
{
76
return
$this->type
;
77
}
78
84
public
function
setData
($a_val)
85
{
86
$this->data = $a_val;
87
}
88
94
public
function
getData
()
95
{
96
return
$this->data
;
97
}
98
}
ilUserAction\$href
$href
Definition:
class.ilUserAction.php:15
ilUserAction\getType
getType()
Get type.
Definition:
class.ilUserAction.php:74
ilUserAction\getText
getText()
Get text.
Definition:
class.ilUserAction.php:34
ilUserAction\$data
$data
Definition:
class.ilUserAction.php:16
ilUserAction\$type
$type
Definition:
class.ilUserAction.php:17
ilUserAction\setType
setType($a_val)
Set type.
Definition:
class.ilUserAction.php:64
ilUserAction\getHref
getHref()
Get href.
Definition:
class.ilUserAction.php:54
ilUserAction\setText
setText($a_val)
Set text.
Definition:
class.ilUserAction.php:24
ilUserAction\setHref
setHref($a_val)
Set href.
Definition:
class.ilUserAction.php:44
ilUserAction
Action that can be performed on a user.
Definition:
class.ilUserAction.php:12
ilUserAction\$text
$text
Definition:
class.ilUserAction.php:14
ilUserAction\setData
setData($a_val)
Set data attributes.
Definition:
class.ilUserAction.php:84
ilUserAction\getData
getData()
Get data attributes.
Definition:
class.ilUserAction.php:94
Services
User
Actions
classes
class.ilUserAction.php
Generated on Thu Apr 3 2025 20:01:16 for ILIAS by
1.8.13 (using
Doxyfile
)