ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
CanHandleWithURIPath.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\StaticURL\Response
;
20
24
class
CanHandleWithURIPath
implements
Response
25
{
26
public
function
__construct
(
27
private
string
$uri_path,
28
private
int
$shift = 0
29
) {
30
}
31
32
public
function
getURIPath
(): ?string
33
{
34
return
$this->uri_path;
35
}
36
37
public
function
targetCanBeReached
(): bool
38
{
39
return
true
;
40
}
41
42
public
function
shift
():
int
43
{
44
return
$this->shift;
45
}
46
47
}
ILIAS\StaticURL\Response\CanHandleWithURIPath
Definition:
CanHandleWithURIPath.php:25
ILIAS\StaticURL\Response\CanHandleWithURIPath\__construct
__construct(private string $uri_path, private int $shift=0)
Definition:
CanHandleWithURIPath.php:26
ILIAS\StaticURL\Response\CanHandleWithURIPath\shift
shift()
Definition:
CanHandleWithURIPath.php:42
ILIAS\StaticURL\Response\CanHandleWithURIPath\targetCanBeReached
targetCanBeReached()
Definition:
CanHandleWithURIPath.php:37
ILIAS\StaticURL\Response\CanHandleWithURIPath\getURIPath
getURIPath()
Definition:
CanHandleWithURIPath.php:32
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 Sat Dec 13 2025 23:03:39 for ILIAS by
1.9.4 (using
Doxyfile
)