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