ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
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 Wed Sep 3 2025 21:01:37 for ILIAS by
1.8.13 (using
Doxyfile
)