| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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) | |
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().
 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().
| 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().