|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
Inheritance diagram for ILIAS\Contact\URL\StaticUrlHandler:
Collaboration diagram for ILIAS\Contact\URL\StaticUrlHandler: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) | |
Public Member Functions inherited from ILIAS\StaticURL\Handler\Handler | |
| __construct () | |
| getNamespace () | |
| canHandle (Request $request) | |
| handle (Request $request, Context $context, Factory $response_factory) | |
Data Fields | |
| const string | NAMESPACE = 'contact' |
Private Member Functions | |
| buildProfileUrl (\ilCtrl $ctrl, ?ReferenceId $target_user_id, string $cmd) | |
Definition at line 32 of file StaticUrlHandler.php.
|
private |
Definition at line 69 of file StaticUrlHandler.php.
References ilCtrl\getLinkTargetByClass().
Referenced by ILIAS\Contact\URL\StaticUrlHandler\handle().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Contact\URL\StaticUrlHandler::getNamespace | ( | ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 36 of file StaticUrlHandler.php.
References ILIAS\Contact\URL\StaticUrlHandler\NAMESPACE.
| ILIAS\Contact\URL\StaticUrlHandler::handle | ( | Request | $request, |
| Context | $context, | ||
| Factory | $response_factory | ||
| ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 41 of file StaticUrlHandler.php.
References $params, $path, ILIAS\Contact\URL\StaticUrlHandler\buildProfileUrl(), ILIAS\StaticURL\Response\Factory\can(), ILIAS\StaticURL\Response\Factory\cannot(), ILIAS\StaticURL\Context\ctrl(), ILIAS\StaticURL\Request\Request\getAdditionalParameters(), ilBuddySystem\getInstance(), ILIAS\StaticURL\Request\Request\getReferenceId(), ILIAS\StaticURL\Context\isUserLoggedIn(), and ILIAS\StaticURL\Response\Factory\loginFirst().
Here is the call graph for this function:| const string ILIAS\Contact\URL\StaticUrlHandler::NAMESPACE = 'contact' |
Definition at line 34 of file StaticUrlHandler.php.
Referenced by ILIAS\Contact\URL\StaticUrlHandler\getNamespace().