ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilTermsOfServiceEventWithdrawn.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
25
final
class
ilTermsOfServiceEventWithdrawn
26
{
27
private
ilObjUser
$user
;
28
29
public
function
__construct
(
ilObjUser
$user)
30
{
31
$this->
user
=
$user
;
32
}
33
34
public
function
getUser
():
ilObjUser
35
{
36
return
$this->user
;
37
}
38
}
ilTermsOfServiceEventWithdrawn\$user
ilObjUser $user
Definition:
class.ilTermsOfServiceEventWithdrawn.php:27
ILIAS\Repository\user
user()
Definition:
trait.GlobalDICDomainServices.php:61
ilTermsOfServiceEventWithdrawn
Class ilTermsOfServiceEventWithdrawn.
Definition:
class.ilTermsOfServiceEventWithdrawn.php:25
ilTermsOfServiceEventWithdrawn\__construct
__construct(ilObjUser $user)
Definition:
class.ilTermsOfServiceEventWithdrawn.php:29
ilObjUser
ilTermsOfServiceEventWithdrawn\getUser
getUser()
Definition:
class.ilTermsOfServiceEventWithdrawn.php:34
Services
TermsOfService
classes
Events
class.ilTermsOfServiceEventWithdrawn.php
Generated on Wed Sep 3 2025 22:02:44 for ILIAS by
1.8.13 (using
Doxyfile
)