|
ILIAS
trunk Revision v12.0_alpha-1329-g1094ddb0c33
|
Returned by a Handler when it cannot process the given Request at all, e.g. More...
Inheritance diagram for ILIAS\StaticURL\Response\CannotHandle:
Collaboration diagram for ILIAS\StaticURL\Response\CannotHandle:Public Member Functions | |
| getURIPath () | |
| targetCanBeReached () | |
| shift () | |
| getURIPath () | |
| targetCanBeReached () | |
| shift () | |
Returned by a Handler when it cannot process the given Request at all, e.g.
because the Request is malformed or references an unknown sub-target.
This is a programmer/contract-level signal; it does NOT mean that the current user merely lacks permission (use {
The HandlerService will respond with HTTP 404.
Definition at line 34 of file CannotHandle.php.
| ILIAS\StaticURL\Response\CannotHandle::getURIPath | ( | ) |
Implements ILIAS\StaticURL\Response\Response.
Definition at line 36 of file CannotHandle.php.
| ILIAS\StaticURL\Response\CannotHandle::shift | ( | ) |
Implements ILIAS\StaticURL\Response\Response.
Definition at line 46 of file CannotHandle.php.
| ILIAS\StaticURL\Response\CannotHandle::targetCanBeReached | ( | ) |
Implements ILIAS\StaticURL\Response\Response.
Definition at line 41 of file CannotHandle.php.