ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ProfileChangeMailTokenRepository.php
Go to the documentation of this file.
1 <?php
2 
19 namespace ILIAS\User\Profile;
20 
22 {
23  public function getNewTokenForUser(\ilObjUser $user, string $new_email): string;
24 
32  public function getNewEmailForUser(\ilObjUser $user, string $token): string;
33  public function deleteEntryByToken(string $token): void;
34 }
getNewEmailForUser(\ilObjUser $user, string $token)
This Function will check if the token is actually valid for the given user before returning the new e...
getNewTokenForUser(\ilObjUser $user, string $new_email)
$token
Definition: xapitoken.php:70
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...