ILIAS  release_8 Revision v8.24
ProfileChangeMailTokenRepository.php
Go to the documentation of this file.
1<?php
2
19namespace 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}
User class.
getNewTokenForUser(\ilObjUser $user, string $new_email)
getNewEmailForUser(\ilObjUser $user, string $token)
This Function will check if the token is actually valid for the given user before returning the new e...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$token
Definition: xapitoken.php:70