ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
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 ()
 
 shift ()
 
 getURIPath ()
 
 targetCanBeReached ()
 
 shift ()
 

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 }

◆ shift()

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

Implements ILIAS\StaticURL\Response\Response.

Definition at line 36 of file MaybeCanHandlerAfterLogin.php.

36 : int
37 {
38 return 0;
39 }

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