|
ILIAS
trunk Revision v12.0_alpha-1329-g1094ddb0c33
|
Returned by a Handler when the target exists but the CURRENT (logged-in) user has no permission to reach it. More...
Inheritance diagram for ILIAS\StaticURL\Response\CannotReach:
Collaboration diagram for ILIAS\StaticURL\Response\CannotReach:Public Member Functions | |
| getURIPath () | |
| targetCanBeReached () | |
| shift () | |
| getURIPath () | |
| targetCanBeReached () | |
| shift () | |
Returned by a Handler when the target exists but the CURRENT (logged-in) user has no permission to reach it.
The HandlerService tries to walk up the repository tree from the Request's ReferenceId and redirects to the first parent the user can read (and shows the course/group join message via reg_goto_parent_membership_info). If no readable parent is found, or the Request carries no ReferenceId, the user is redirected to their Starting Point / Dashboard.
Definition at line 34 of file CannotReach.php.
| ILIAS\StaticURL\Response\CannotReach::getURIPath | ( | ) |
Implements ILIAS\StaticURL\Response\Response.
Definition at line 36 of file CannotReach.php.
| ILIAS\StaticURL\Response\CannotReach::shift | ( | ) |
Implements ILIAS\StaticURL\Response\Response.
Definition at line 46 of file CannotReach.php.
| ILIAS\StaticURL\Response\CannotReach::targetCanBeReached | ( | ) |
Implements ILIAS\StaticURL\Response\Response.
Definition at line 41 of file CannotReach.php.