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.ilTermsOfServiceEventWithdrawn.php
Go to the documentation of this file.
1
<?php declare(strict_types=1);
2
7
final
class
ilTermsOfServiceEventWithdrawn
8
{
10
private
$user
;
11
16
public
function
__construct
(
ilObjUser
$user
)
17
{
18
$this->
user
=
$user
;
19
}
20
24
public
function
getUser
() :
ilObjUser
25
{
26
return
$this->user
;
27
}
28
}
user
user()
Definition:
user.php:4
ilTermsOfServiceEventWithdrawn
Class ilTermsOfServiceEventWithdrawn.
Definition:
class.ilTermsOfServiceEventWithdrawn.php:7
ilTermsOfServiceEventWithdrawn\__construct
__construct(ilObjUser $user)
ilTermsOfServiceEventWithdrawn constructor.
Definition:
class.ilTermsOfServiceEventWithdrawn.php:16
ilObjUser
ilTermsOfServiceEventWithdrawn\getUser
getUser()
Definition:
class.ilTermsOfServiceEventWithdrawn.php:24
ilTermsOfServiceEventWithdrawn\$user
$user
Definition:
class.ilTermsOfServiceEventWithdrawn.php:10
Services
TermsOfService
classes
Events
class.ilTermsOfServiceEventWithdrawn.php
Generated on Sat Apr 5 2025 21:01:39 for ILIAS by
1.8.13 (using
Doxyfile
)