ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilTermsOfServiceEventWithdrawn.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
2
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()
Definition: user.php:4
An exception for terminatinating execution or to throw for unit testing.
Class ilTermsOfServiceEventWithdrawn.
__construct(ilObjUser $user)
ilTermsOfServiceEventWithdrawn constructor.