| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\User\StaticURLHandler:
 Collaboration diagram for ILIAS\User\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 () | |
| canHandle (Request $request) | |
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 ilPersonalProfileGUI\CHANGE_EMAIL_CMD, ilCtrl\clearParameterByClass(), ilCtrl\getLinkTargetByClass(), and ilCtrl\setParameterByClass().
Referenced by ILIAS\User\StaticURLHandler\handle().
 Here is the call graph for this function:
 Here is the caller graph for this function:Definition at line 67 of file StaticURLHandler.php.
References ILIAS\StaticURL\Request\Request\getAdditionalParameters(), ILIAS\StaticURL\Request\Request\getNamespace(), ILIAS\StaticURL\Request\Request\getReferenceId(), and ILIAS\StaticURL\Context\getUserLanguage().
Referenced by ILIAS\User\StaticURLHandler\handle().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\User\StaticURLHandler::getNamespace | ( | ) | 
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 37 of file StaticURLHandler.php.
| 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 ILIAS\User\StaticURLHandler\buildChangeEmailUrl(), ILIAS\StaticURL\Response\Factory\can(), ILIAS\StaticURL\Context\ctrl(), ILIAS\StaticURL\Request\Request\getAdditionalParameters(), ILIAS\User\StaticURLHandler\getLoginUrl(), and ILIAS\StaticURL\Context\isUserLoggedIn().
 Here is the call graph for this function:| 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\Profile\ChangeMailToken\getUriForStatus().