|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\StaticURL\Handler\LegacyGotoHandler:
Collaboration diagram for ILIAS\StaticURL\Handler\LegacyGotoHandler:Public Member Functions | |
| __construct () | |
| getNamespace () | |
| canHandle (Request $request) | |
| handle (Request $request, Context $context, Factory $response_factory) | |
| __construct () | |
| getNamespace () | |
| canHandle (Request $request) | |
| handle (Request $request, Context $context, Factory $response_factory) | |
Data Fields | |
| const | NAMESPACE = 'goto' |
| const | TARGET = 'target' |
Definition at line 33 of file LegacyGotoHandler.php.
| ILIAS\StaticURL\Handler\LegacyGotoHandler::__construct | ( | ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 35 of file LegacyGotoHandler.php.
| ILIAS\StaticURL\Handler\LegacyGotoHandler::canHandle | ( | Request | $request | ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 47 of file LegacyGotoHandler.php.
| ILIAS\StaticURL\Handler\LegacyGotoHandler::getNamespace | ( | ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 42 of file LegacyGotoHandler.php.
References ILIAS\StaticURL\Handler\LegacyGotoHandler\NAMESPACE.
| ILIAS\StaticURL\Handler\LegacyGotoHandler::handle | ( | Request | $request, |
| Context | $context, | ||
| Factory | $response_factory | ||
| ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 56 of file LegacyGotoHandler.php.
References $context, $DIC, $location, $url, $user_id, ilObjForumGUI\_goto(), ilObjCourseGUI\_goto(), ilObjTestGUI\_goto(), ilObjGlossaryGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilLMPageObjectGUI\_goto(), ilObjContentObjectGUI\_goto(), ilObjSAHSLearningModuleGUI\_goto(), ilObjLinkResourceGUI\_goto(), ilGlossaryTermGUI\_goto(), ilStructureObjectGUI\_goto(), ilObjGroupGUI\_goto(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ANONYMOUS_USER_ID, ilUtil\appendUrlParameterString(), ILIAS\StaticURL\Response\Factory\cannot(), ILIAS\StaticURL\Request\Request\getAdditionalParameters(), ilUserUtil\getStartingPointAsUrl(), and ILIAS\StaticURL\Handler\LegacyGotoHandler\TARGET.
Here is the call graph for this function:| const ILIAS\StaticURL\Handler\LegacyGotoHandler::NAMESPACE = 'goto' |
Definition at line 39 of file LegacyGotoHandler.php.
Referenced by ILIAS\StaticURL\Request\LegacyRequestBuilder\buildRequest(), and ILIAS\StaticURL\Handler\LegacyGotoHandler\getNamespace().
| const ILIAS\StaticURL\Handler\LegacyGotoHandler::TARGET = 'target' |
Definition at line 40 of file LegacyGotoHandler.php.
Referenced by ILIAS\StaticURL\Request\LegacyRequestBuilder\buildRequest(), ILIAS\StaticURL\Handler\LegacyGotoHandler\handle(), and ILIAS\StaticURL\Tests\LegacyGotoHandlerTest\testBase().