|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Calendar\URL\CalendarStaticURLHandler:
Collaboration diagram for ILIAS\Calendar\URL\CalendarStaticURLHandler:Public Member Functions | |
| getNamespace () | |
| handle (Request $request, Context $context, Factory $response_factory) | |
Public Member Functions inherited from ILIAS\StaticURL\Handler\BaseHandler | |
| __construct () | |
| canHandle (Request $request) | |
Private Attributes | |
| const | CALENDAR_NAMESPACE = 'calendar' |
| const | BOOKINGS = 'bookings' |
Definition at line 29 of file CalendarStaticURLHandler.php.
| ILIAS\Calendar\URL\CalendarStaticURLHandler::getNamespace | ( | ) |
Definition at line 50 of file CalendarStaticURLHandler.php.
References ILIAS\Calendar\URL\CalendarStaticURLHandler\CALENDAR_NAMESPACE.
| ILIAS\Calendar\URL\CalendarStaticURLHandler::handle | ( | Request | $request, |
| Context | $context, | ||
| Factory | $response_factory | ||
| ) |
Definition at line 55 of file CalendarStaticURLHandler.php.
References $context, ILIAS\StaticURL\Response\Factory\can(), and ILIAS\StaticURL\Request\Request\getAdditionalParameters().
Here is the call graph for this function:
|
private |
Definition at line 33 of file CalendarStaticURLHandler.php.
|
private |
Definition at line 31 of file CalendarStaticURLHandler.php.
Referenced by ILIAS\Calendar\URL\CalendarStaticURLHandler\getNamespace().