ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__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.
ILIAS\StaticURL\Handler\LegacyGotoHandler::handle | ( | Request | $request, |
Context | $context, | ||
Factory | $response_factory | ||
) |
Use StaticURL service instead. Will be removed with ILIAS 11 This Method does not return a proper Repsonse to the Request, it just redirects like the original goto.php.
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 56 of file LegacyGotoHandler.php.
References $DIC, $location, $url, $user_id, ilStructureObjectGUI\_goto(), ilLMPageObjectGUI\_goto(), ilGlossaryTermGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilObjSAHSLearningModuleGUI\_goto(), ilObjGlossaryGUI\_goto(), ilObjGroupGUI\_goto(), ilObjLinkResourceGUI\_goto(), ilObjForumGUI\_goto(), ilObjContentObjectGUI\_goto(), ilObjTestGUI\_goto(), ilObjCourseGUI\_goto(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ANONYMOUS_USER_ID, ilUtil\appendUrlParameterString(), ILIAS\StaticURL\Response\Factory\cannot(), ILIAS\StaticURL\Context\ctrl(), ILIAS\StaticURL\Request\Request\getAdditionalParameters(), and ILIAS\StaticURL\Context\getUserId().
const ILIAS\StaticURL\Handler\LegacyGotoHandler::NAMESPACE = 'goto' |
Definition at line 39 of file LegacyGotoHandler.php.
Referenced by ILIAS\StaticURL\Request\LegacyRequestBuilder\buildRequest().
const ILIAS\StaticURL\Handler\LegacyGotoHandler::TARGET = 'target' |
Definition at line 40 of file LegacyGotoHandler.php.
Referenced by ILIAS\StaticURL\Request\LegacyRequestBuilder\buildRequest(), and ILIAS\StaticURL\Tests\LegacyGotoHandlerTest\testBase().