ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Public Member Functions | |
__construct () | |
getNamespace () | |
handle (Request $request, Context $context, Factory $response_factory) | |
![]() | |
__construct () | |
canHandle (Request $request) | |
![]() | |
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 32 of file class.ilFileStaticURLHandler.php.
ilFileStaticURLHandler::__construct | ( | ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 40 of file class.ilFileStaticURLHandler.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
ilFileStaticURLHandler::getNamespace | ( | ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 54 of file class.ilFileStaticURLHandler.php.
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 59 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(), ILIAS\StaticURL\Response\Factory\loginFirst(), and null.
|
private |
Definition at line 38 of file class.ilFileStaticURLHandler.php.
const ilFileStaticURLHandler::DOWNLOAD = 'download' |
Definition at line 34 of file class.ilFileStaticURLHandler.php.
const ilFileStaticURLHandler::EDIT = 'edit' |
Definition at line 36 of file class.ilFileStaticURLHandler.php.
const ilFileStaticURLHandler::VERSIONS = 'versions' |
Definition at line 35 of file class.ilFileStaticURLHandler.php.
const ilFileStaticURLHandler::VIEW = 'view' |
Definition at line 37 of file class.ilFileStaticURLHandler.php.