ILIAS
trunk Revision v11.0_alpha-1843-g9e1fad99175
|
Public Member Functions | |
__construct () | |
getNamespace () | |
handle (Request $request, Context $context, Factory $response_factory) | |
Data Fields | |
const | NAMESPACE = "export" |
const | DOWNLOAD = 'download' |
Protected Attributes | |
ilExportHandler | $export_handler |
Definition at line 30 of file StaticUrlHandler.php.
ILIAS\Export\ExportHandler\StaticUrlHandler::__construct | ( | ) |
Definition at line 38 of file StaticUrlHandler.php.
ILIAS\Export\ExportHandler\StaticUrlHandler::getNamespace | ( | ) |
Definition at line 43 of file StaticUrlHandler.php.
ILIAS\Export\ExportHandler\StaticUrlHandler::handle | ( | Request | $request, |
Context | $context, | ||
Factory | $response_factory | ||
) |
Definition at line 48 of file StaticUrlHandler.php.
References $ref_id, ANONYMOUS_USER_ID, ILIAS\StaticURL\Context\checkPermission(), ILIAS\StaticURL\Context\ctrl(), ILIAS\StaticURL\Request\Request\getAdditionalParameters(), ILIAS\StaticURL\Request\Request\getReferenceId(), ILIAS\StaticURL\Context\getUserId(), ILIAS\StaticURL\Context\isPublicSectionActive(), ILIAS\StaticURL\Context\isUserLoggedIn(), and null.
|
protected |
Definition at line 35 of file StaticUrlHandler.php.
const ILIAS\Export\ExportHandler\StaticUrlHandler::DOWNLOAD = 'download' |
Definition at line 33 of file StaticUrlHandler.php.
const ILIAS\Export\ExportHandler\StaticUrlHandler::NAMESPACE = "export" |
Definition at line 32 of file StaticUrlHandler.php.