ILIAS
trunk Revision v12.0_alpha-1338-g8f7e531aa3c
◀ ilDoc Overview
CannotHandle.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\StaticURL\Response
;
20
34
class
CannotHandle
implements
Response
35
{
36
public
function
getURIPath
(): ?string
37
{
38
return
null
;
39
}
40
41
public
function
targetCanBeReached
(): bool
42
{
43
return
false
;
44
}
45
46
public
function
shift
():
int
47
{
48
return
0;
49
}
50
51
}
ILIAS\StaticURL\Response\CannotHandle
Returned by a Handler when it cannot process the given Request at all, e.g.
Definition:
CannotHandle.php:35
ILIAS\StaticURL\Response\CannotHandle\shift
shift()
Definition:
CannotHandle.php:46
ILIAS\StaticURL\Response\CannotHandle\targetCanBeReached
targetCanBeReached()
Definition:
CannotHandle.php:41
ILIAS\StaticURL\Response\CannotHandle\getURIPath
getURIPath()
Definition:
CannotHandle.php:36
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
CannotHandle.php
Generated on Wed Apr 29 2026 23:05:34 for ILIAS by
1.9.4 (using
Doxyfile
)