ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
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)
 
 getURIPath ()
 
 targetCanBeReached ()
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ILIAS\StaticURL\Response\CanHandleWithURIPath::__construct ( private string  $uri_path)

Definition at line 26 of file CanHandleWithURIPath.php.

28  {
29  }

Member Function Documentation

◆ getURIPath()

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

Implements ILIAS\StaticURL\Response\Response.

Definition at line 31 of file CanHandleWithURIPath.php.

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

◆ targetCanBeReached()

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

Implements ILIAS\StaticURL\Response\Response.

Definition at line 36 of file CanHandleWithURIPath.php.

36  : bool
37  {
38  return true;
39  }

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