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

Public Member Functions

 getURIPath ()
 
 targetCanBeReached ()
 
 getURIPath ()
 
 targetCanBeReached ()
 

Detailed Description

Member Function Documentation

◆ getURIPath()

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

Implements ILIAS\StaticURL\Response\Response.

Definition at line 26 of file MaybeCanHandlerAfterLogin.php.

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

◆ targetCanBeReached()

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

Implements ILIAS\StaticURL\Response\Response.

Definition at line 31 of file MaybeCanHandlerAfterLogin.php.

31 : bool
32 {
33 return true;
34 }

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