ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 ()
 

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.

References null.

26  : ?string
27  {
28  return null;
29  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null

◆ 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: