|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilFileStaticURLHandler:
Collaboration diagram for ilFileStaticURLHandler:Public Member Functions | |
| __construct () | |
| 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 | |
| canHandle (Request $request) | |
Data Fields | |
| const | DOWNLOAD = 'download' |
| const | VERSIONS = 'versions' |
| const | EDIT = 'edit' |
| const | VIEW = 'view' |
Private Attributes | |
| readonly CapabilityBuilder | $capabilities |
Definition at line 33 of file class.ilFileStaticURLHandler.php.
| ilFileStaticURLHandler::__construct | ( | ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 41 of file class.ilFileStaticURLHandler.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilFileStaticURLHandler::getNamespace | ( | ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 55 of file class.ilFileStaticURLHandler.php.
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 60 of file class.ilFileStaticURLHandler.php.
References ilObjectGUI\_gotoSharedWorkspaceNode(), ILIAS\StaticURL\Response\Factory\can(), ILIAS\StaticURL\Response\Factory\cannot(), ILIAS\StaticURL\Request\Request\getAdditionalParameters(), ILIAS\StaticURL\Request\Request\getReferenceId(), and ILIAS\StaticURL\Response\Factory\loginFirst().
Here is the call graph for this function:
|
private |
Definition at line 39 of file class.ilFileStaticURLHandler.php.
| const ilFileStaticURLHandler::DOWNLOAD = 'download' |
Definition at line 35 of file class.ilFileStaticURLHandler.php.
| const ilFileStaticURLHandler::EDIT = 'edit' |
Definition at line 37 of file class.ilFileStaticURLHandler.php.
| const ilFileStaticURLHandler::VERSIONS = 'versions' |
Definition at line 36 of file class.ilFileStaticURLHandler.php.
| const ilFileStaticURLHandler::VIEW = 'view' |
Definition at line 38 of file class.ilFileStaticURLHandler.php.