ILIAS  trunk Revision v12.0_alpha-1338-g8f7e531aa3c
ILIAS\StaticURL\Response\MaybeCanHandlerAfterLogin Class Reference

Returned when the target is (or might be) reachable after the user logs in. More...

+ 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

Returned when the target is (or might be) reachable after the user logs in.

Typically this is the case for anonymous users without sufficient permissions on the requested target.

The HandlerService redirects to the login page with the original target preserved as ?target=..., so the user is forwarded to the requested target after a successful login.

See also
\ILIAS\StaticURL\Response\Factory::loginFirst()
Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s

Definition at line 33 of file MaybeCanHandlerAfterLogin.php.

Member Function Documentation

◆ getURIPath()

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

Implements ILIAS\StaticURL\Response\Response.

Definition at line 35 of file MaybeCanHandlerAfterLogin.php.

35 : ?string
36 {
37 return null;
38 }

◆ shift()

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

Implements ILIAS\StaticURL\Response\Response.

Definition at line 45 of file MaybeCanHandlerAfterLogin.php.

45 : int
46 {
47 return 0;
48 }

◆ targetCanBeReached()

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

Implements ILIAS\StaticURL\Response\Response.

Definition at line 40 of file MaybeCanHandlerAfterLogin.php.

40 : bool
41 {
42 return true;
43 }

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