Bristol SU Support Package
UserAuthentication.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
11 {
12 
18  public function getUser(): ?User;
19 
26  public function setUser(User $user);
27 
33  public function logout(): void;
34 
35 }