ILIAS
trunk Revision v12.0_alpha-1329-g1094ddb0c33
◀ ilDoc Overview
CannotReach.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\StaticURL\Response
;
20
34
class
CannotReach
implements
Response
35
{
36
public
function
getURIPath
(): ?string
37
{
38
return
null
;
39
}
40
41
public
function
targetCanBeReached
(): bool
42
{
43
return
true
;
44
}
45
46
public
function
shift
():
int
47
{
48
return
0;
49
}
50
51
}
ILIAS\StaticURL\Response\CannotReach
Returned by a Handler when the target exists but the CURRENT (logged-in) user has no permission to re...
Definition:
CannotReach.php:35
ILIAS\StaticURL\Response\CannotReach\getURIPath
getURIPath()
Definition:
CannotReach.php:36
ILIAS\StaticURL\Response\CannotReach\targetCanBeReached
targetCanBeReached()
Definition:
CannotReach.php:41
ILIAS\StaticURL\Response\CannotReach\shift
shift()
Definition:
CannotReach.php:46
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
CannotReach.php
Generated on Tue Apr 28 2026 23:05:06 for ILIAS by
1.9.4 (using
Doxyfile
)