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
php
An exception for terminatinating execution or to throw for unit testing.
ilObjUser
Definition:
class.ilObjUser.php:28
ilTermsOfServiceEventWithdrawn
Class ilTermsOfServiceEventWithdrawn.
Definition:
class.ilTermsOfServiceEventWithdrawn.php:8
ilTermsOfServiceEventWithdrawn\$user
$user
Definition:
class.ilTermsOfServiceEventWithdrawn.php:10
ilTermsOfServiceEventWithdrawn\getUser
getUser()
Definition:
class.ilTermsOfServiceEventWithdrawn.php:24
ilTermsOfServiceEventWithdrawn\__construct
__construct(ilObjUser $user)
ilTermsOfServiceEventWithdrawn constructor.
Definition:
class.ilTermsOfServiceEventWithdrawn.php:16
Services
TermsOfService
classes
Events
class.ilTermsOfServiceEventWithdrawn.php
Generated on Fri Oct 3 2025 21:01:06 for ILIAS by
1.9.4 (using
Doxyfile
)