ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\StaticURL\Response\CannotHandle Class Reference
+ Inheritance diagram for ILIAS\StaticURL\Response\CannotHandle:
+ Collaboration diagram for ILIAS\StaticURL\Response\CannotHandle:

Public Member Functions

 getURIPath ()
 
 targetCanBeReached ()
 
 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 CannotHandle.php.

Member Function Documentation

◆ getURIPath()

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

Implements ILIAS\StaticURL\Response\Response.

Definition at line 26 of file CannotHandle.php.

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

◆ targetCanBeReached()

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

Implements ILIAS\StaticURL\Response\Response.

Definition at line 31 of file CannotHandle.php.

31 : bool
32 {
33 return false;
34 }

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