|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Export\ExportHandler\StaticUrlHandler: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.
References ILIAS\Export\ExportHandler\StaticUrlHandler\NAMESPACE.
| ILIAS\Export\ExportHandler\StaticUrlHandler::handle | ( | Request | $request, |
| Context | $context, | ||
| Factory | $response_factory | ||
| ) |
Definition at line 48 of file StaticUrlHandler.php.
References $context, $ref_id, ANONYMOUS_USER_ID, ILIAS\StaticURL\Request\Request\getAdditionalParameters(), and ILIAS\StaticURL\Request\Request\getReferenceId().
Here is the call graph for this function:
|
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.
Referenced by ILIAS\Export\ExportHandler\StaticUrlHandler\getNamespace().