|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Authentication\StaticUrlHandler:
Collaboration diagram for ILIAS\Authentication\StaticUrlHandler: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 | |
| __construct () | |
| getNamespace () | |
| canHandle (Request $request) | |
| handle (Request $request, Context $context, Factory $response_factory) | |
Private Attributes | |
| readonly ilLanguage | $language |
Definition at line 31 of file StaticUrlHandler.php.
| ILIAS\Authentication\StaticUrlHandler::__construct | ( | ) |
Reimplemented from ILIAS\StaticURL\Handler\BaseHandler.
Definition at line 35 of file StaticUrlHandler.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Here is the call graph for this function:| ILIAS\Authentication\StaticUrlHandler::getNamespace | ( | ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 42 of file StaticUrlHandler.php.
| ILIAS\Authentication\StaticUrlHandler::handle | ( | Request | $request, |
| Context | $context, | ||
| Factory | $response_factory | ||
| ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 47 of file StaticUrlHandler.php.
References ILIAS\StaticURL\Response\Factory\can(), ILIAS\StaticURL\Request\Request\getAdditionalParameters(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Here is the call graph for this function:
|
private |
Definition at line 33 of file StaticUrlHandler.php.