ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
getNamespace () | |
handle (Request $request, Context $context, Factory $response_factory) | |
![]() | |
__construct () | |
canHandle (Request $request) | |
![]() | |
__construct () | |
getNamespace () | |
canHandle (Request $request) | |
handle (Request $request, Context $context, Factory $response_factory) | |
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().
ILIAS\Test\StaticURLHandler::getNamespace | ( | ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 35 of file StaticURLHandler.php.
References ILIAS\Test\StaticURLHandler\NAMESPACE.
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 ILIAS\StaticURL\Response\Factory\can().
const ILIAS\Test\StaticURLHandler::NAMESPACE = 'tst' |
Definition at line 32 of file StaticURLHandler.php.
Referenced by ILIAS\Test\StaticURLHandler\getNamespace().
const ILIAS\Test\StaticURLHandler::QUESTION_OPERATIONS = 'qst' |
Definition at line 33 of file StaticURLHandler.php.