ILIAS
trunk Revision v12.0_alpha-1338-g8f7e531aa3c
◀ ilDoc Overview
MaybeCanHandlerAfterLogin.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\StaticURL\Response
;
20
33
class
MaybeCanHandlerAfterLogin
implements
Response
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
}
ILIAS\StaticURL\Response\MaybeCanHandlerAfterLogin
Returned when the target is (or might be) reachable after the user logs in.
Definition:
MaybeCanHandlerAfterLogin.php:34
ILIAS\StaticURL\Response\MaybeCanHandlerAfterLogin\shift
shift()
Definition:
MaybeCanHandlerAfterLogin.php:45
ILIAS\StaticURL\Response\MaybeCanHandlerAfterLogin\targetCanBeReached
targetCanBeReached()
Definition:
MaybeCanHandlerAfterLogin.php:40
ILIAS\StaticURL\Response\MaybeCanHandlerAfterLogin\getURIPath
getURIPath()
Definition:
MaybeCanHandlerAfterLogin.php:35
ILIAS\StaticURL\Response\Response
Definition:
Response.php:25
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\StaticURL\Response
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
CanHandleWithURIPath.php:19
components
ILIAS
StaticURL
src
Response
MaybeCanHandlerAfterLogin.php
Generated on Wed Apr 29 2026 23:05:34 for ILIAS by
1.9.4 (using
Doxyfile
)