ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
getNamespace () | |
handle (Request $request, Context $context, Factory $response_factory) | |
![]() | |
__construct () | |
canHandle (Request $request) | |
![]() | |
__construct () | |
getNamespace () | |
canHandle (Request $request) | |
handle (Request $request, Context $context, Factory $response_factory) | |
Data Fields | |
const | NAMESPACE = 'user' |
const | CHANGE_EMAIL_OPERATIONS = 'email' |
Private Member Functions | |
buildChangeEmailUrl (string $token, \ilCtrl $ctrl) | |
getLoginUrl (Request $request, Context $context) | |
Definition at line 32 of file StaticURLHandler.php.
|
private |
Definition at line 59 of file StaticURLHandler.php.
References $token, ILIAS\User\Profile\PersonalProfileGUI\CHANGE_EMAIL_CMD, ilCtrl\clearParameterByClass(), ilCtrl\getLinkTargetByClass(), and ilCtrl\setParameterByClass().
Referenced by ILIAS\User\StaticURLHandler\handle().
Definition at line 67 of file StaticURLHandler.php.
Referenced by ILIAS\User\StaticURLHandler\handle().
ILIAS\User\StaticURLHandler::getNamespace | ( | ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 37 of file StaticURLHandler.php.
References ILIAS\User\StaticURLHandler\NAMESPACE.
ILIAS\User\StaticURLHandler::handle | ( | Request | $request, |
Context | $context, | ||
Factory | $response_factory | ||
) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 42 of file StaticURLHandler.php.
References $context, ILIAS\User\StaticURLHandler\buildChangeEmailUrl(), and ILIAS\User\StaticURLHandler\getLoginUrl().
const ILIAS\User\StaticURLHandler::CHANGE_EMAIL_OPERATIONS = 'email' |
Definition at line 35 of file StaticURLHandler.php.
const ILIAS\User\StaticURLHandler::NAMESPACE = 'user' |
Definition at line 34 of file StaticURLHandler.php.
Referenced by ILIAS\User\StaticURLHandler\getNamespace(), and ILIAS\User\Profile\ChangeMail\Token\getUriForStatus().