ILIAS  release_7 Revision v7.30-3-g800a261c036
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}
An exception for terminatinating execution or to throw for unit testing.
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:52