ILIAS
trunk Revision v11.0_alpha-1862-g4e205cb56d4
|
Public Member Functions | |
getNamespace () | |
handle (Request $request, Context $context, Factory $response_factory) | |
![]() | |
__construct () | |
canHandle (Request $request) | |
![]() | |
__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().
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().
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.