ILIAS  release_8 Revision v8.24
class.ilTermsOfServiceEventWithdrawn.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
26{
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}
User class.
Class ilTermsOfServiceEventWithdrawn.