ILIAS
trunk Revision v12.0_alpha-1338-g8f7e531aa3c
◀ ilDoc Overview
CanHandleWithURIPath.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\StaticURL\Response
;
20
29
class
CanHandleWithURIPath
implements
Response
30
{
31
public
function
__construct
(
32
private
string
$uri_path,
33
private
int
$shift = 0
34
) {
35
}
36
37
public
function
getURIPath
(): ?string
38
{
39
return
$this->uri_path;
40
}
41
42
public
function
targetCanBeReached
(): bool
43
{
44
return
true
;
45
}
46
47
public
function
shift
():
int
48
{
49
return
$this->shift;
50
}
51
52
}
ILIAS\StaticURL\Response\CanHandleWithURIPath
Returned by a Handler when it has successfully resolved the Request.
Definition:
CanHandleWithURIPath.php:30
ILIAS\StaticURL\Response\CanHandleWithURIPath\__construct
__construct(private string $uri_path, private int $shift=0)
Definition:
CanHandleWithURIPath.php:31
ILIAS\StaticURL\Response\CanHandleWithURIPath\shift
shift()
Definition:
CanHandleWithURIPath.php:47
ILIAS\StaticURL\Response\CanHandleWithURIPath\targetCanBeReached
targetCanBeReached()
Definition:
CanHandleWithURIPath.php:42
ILIAS\StaticURL\Response\CanHandleWithURIPath\getURIPath
getURIPath()
Definition:
CanHandleWithURIPath.php:37
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
CanHandleWithURIPath.php
Generated on Wed Apr 29 2026 23:05:34 for ILIAS by
1.9.4 (using
Doxyfile
)