| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\Test\StaticURLHandler:
 Collaboration diagram for ILIAS\Test\StaticURLHandler:Public Member Functions | |
| getNamespace () | |
| handle (Request $request, Context $context, Factory $response_factory) | |
  Public Member Functions inherited from ILIAS\StaticURL\Handler\BaseHandler | |
| __construct () | |
| canHandle (Request $request) | |
  Public Member Functions inherited from ILIAS\StaticURL\Handler\Handler | |
| __construct () | |
| canHandle (Request $request) | |
Data Fields | |
| const | NAMESPACE = 'tst' | 
| const | QUESTION_OPERATIONS = 'qst' | 
Private Member Functions | |
| buildQuestionURL (string $q_id, \ilCtrl $ctrl) | |
Definition at line 30 of file StaticURLHandler.php.
      
  | 
  private | 
Definition at line 61 of file StaticURLHandler.php.
References ilCtrl\clearParameterByClass(), ilAssQuestionPreviewGUI\CMD_SHOW, ilCtrl\getLinkTargetByClass(), and ilCtrl\setParameterByClass().
Referenced by ILIAS\Test\StaticURLHandler\handle().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Test\StaticURLHandler::getNamespace | ( | ) | 
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 35 of file StaticURLHandler.php.
| ILIAS\Test\StaticURLHandler::handle | ( | Request | $request, | 
| Context | $context, | ||
| Factory | $response_factory | ||
| ) | 
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 40 of file StaticURLHandler.php.
References $ref_id, ILIAS\Test\StaticURLHandler\buildQuestionURL(), ILIAS\StaticURL\Response\Factory\can(), ILIAS\StaticURL\Context\checkPermission(), ILIAS\StaticURL\Context\ctrl(), ILIAS\StaticURL\Request\Request\getAdditionalParameters(), ILIAS\StaticURL\Request\Request\getReferenceId(), and ILIAS\StaticURL\Context\isUserLoggedIn().
 Here is the call graph for this function:| const ILIAS\Test\StaticURLHandler::NAMESPACE = 'tst' | 
Definition at line 32 of file StaticURLHandler.php.
| const ILIAS\Test\StaticURLHandler::QUESTION_OPERATIONS = 'qst' | 
Definition at line 33 of file StaticURLHandler.php.