|
ILIAS
trunk Revision v12.0_alpha-1338-g8f7e531aa3c
|
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 () | |
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.
Definition at line 33 of file MaybeCanHandlerAfterLogin.php.
| ILIAS\StaticURL\Response\MaybeCanHandlerAfterLogin::getURIPath | ( | ) |
Implements ILIAS\StaticURL\Response\Response.
Definition at line 35 of file MaybeCanHandlerAfterLogin.php.
| ILIAS\StaticURL\Response\MaybeCanHandlerAfterLogin::shift | ( | ) |
Implements ILIAS\StaticURL\Response\Response.
Definition at line 45 of file MaybeCanHandlerAfterLogin.php.
| ILIAS\StaticURL\Response\MaybeCanHandlerAfterLogin::targetCanBeReached | ( | ) |
Implements ILIAS\StaticURL\Response\Response.
Definition at line 40 of file MaybeCanHandlerAfterLogin.php.