ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ILIAS\StaticURL\Response\CanHandleWithURIPath Class Reference
+ Inheritance diagram for ILIAS\StaticURL\Response\CanHandleWithURIPath:
+ Collaboration diagram for ILIAS\StaticURL\Response\CanHandleWithURIPath:

Public Member Functions

 __construct (private string $uri_path, private int $shift=0)
 
 getURIPath ()
 
 targetCanBeReached ()
 
 shift ()
 
 getURIPath ()
 
 targetCanBeReached ()
 
 shift ()
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ILIAS\StaticURL\Response\CanHandleWithURIPath::__construct ( private string  $uri_path,
private int  $shift = 0 
)

Definition at line 26 of file CanHandleWithURIPath.php.

29 {
30 }

Member Function Documentation

◆ getURIPath()

ILIAS\StaticURL\Response\CanHandleWithURIPath::getURIPath ( )

Implements ILIAS\StaticURL\Response\Response.

Definition at line 32 of file CanHandleWithURIPath.php.

32 : ?string
33 {
34 return $this->uri_path;
35 }

◆ shift()

ILIAS\StaticURL\Response\CanHandleWithURIPath::shift ( )

Implements ILIAS\StaticURL\Response\Response.

Definition at line 42 of file CanHandleWithURIPath.php.

42 : int
43 {
44 return $this->shift;
45 }

◆ targetCanBeReached()

ILIAS\StaticURL\Response\CanHandleWithURIPath::targetCanBeReached ( )

Implements ILIAS\StaticURL\Response\Response.

Definition at line 37 of file CanHandleWithURIPath.php.

37 : bool
38 {
39 return true;
40 }

The documentation for this class was generated from the following file: