|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Certificate\StaticUrlHandler:
Collaboration diagram for ILIAS\Certificate\StaticUrlHandler:Public Member Functions | |
| __construct (?ilCtrlInterface $ctrl=null, ?ilSetting $certificate_settings=null, ?ilObjUser $user=null) | |
| 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 | |
| __construct () | |
| getNamespace () | |
| canHandle (Request $request) | |
| handle (Request $request, Context $context, Factory $response_factory) | |
Private Attributes | |
| readonly ilCtrlInterface | $ctrl |
| readonly ilSetting | $certificate_settings |
| readonly ilObjUser | $user |
Definition at line 36 of file StaticUrlHandler.php.
| ILIAS\Certificate\StaticUrlHandler::__construct | ( | ?ilCtrlInterface | $ctrl = null, |
| ?ilSetting | $certificate_settings = null, |
||
| ?ilObjUser | $user = null |
||
| ) |
Definition at line 42 of file StaticUrlHandler.php.
References ILIAS\Certificate\StaticUrlHandler\$certificate_settings, $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\Certificate\StaticUrlHandler::getNamespace | ( | ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 56 of file StaticUrlHandler.php.
| ILIAS\Certificate\StaticUrlHandler::handle | ( | Request | $request, |
| Context | $context, | ||
| Factory | $response_factory | ||
| ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 61 of file StaticUrlHandler.php.
References ILIAS\StaticURL\Response\Factory\can(), ILIAS\StaticURL\Response\Factory\cannot(), ILIAS\Repository\ctrl(), ILIAS\StaticURL\Request\Request\getAdditionalParameters(), ILIAS\StaticURL\Response\Factory\loginFirst(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
private |
Definition at line 39 of file StaticUrlHandler.php.
Referenced by ILIAS\Certificate\StaticUrlHandler\__construct().
|
private |
Definition at line 38 of file StaticUrlHandler.php.
|
private |
Definition at line 40 of file StaticUrlHandler.php.