ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ILIAS\StaticURL\Response\CannotReach Class Reference
+ Inheritance diagram for ILIAS\StaticURL\Response\CannotReach:
+ Collaboration diagram for ILIAS\StaticURL\Response\CannotReach:

Public Member Functions

 getURIPath ()
 
 targetCanBeReached ()
 

Detailed Description

Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s

Definition at line 24 of file CannotReach.php.

Member Function Documentation

◆ getURIPath()

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

Implements ILIAS\StaticURL\Response\Response.

Definition at line 26 of file CannotReach.php.

26  : ?string
27  {
28  return null;
29  }

◆ targetCanBeReached()

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

Implements ILIAS\StaticURL\Response\Response.

Definition at line 31 of file CannotReach.php.

31  : bool
32  {
33  return true;
34  }

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