ILIAS  trunk Revision v12.0_alpha-1338-g8f7e531aa3c
MaybeCanHandlerAfterLogin.php
Go to the documentation of this file.
1<?php
2
20
34{
35 public function getURIPath(): ?string
36 {
37 return null;
38 }
39
40 public function targetCanBeReached(): bool
41 {
42 return true;
43 }
44
45 public function shift(): int
46 {
47 return 0;
48 }
49
50}
Returned when the target is (or might be) reachable after the user logs in.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...