| 1 | <?php |
||
| 8 | class AzineEmailUpdateConfirmationTwigSwiftMailer extends TwigSwiftMailer implements EmailUpdateConfirmationMailerInterface |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Send confirmation link to specified new user email. |
||
| 12 | * |
||
| 13 | * @param UserInterface $user |
||
| 14 | * @param $confirmationUrl |
||
| 15 | * @param $toEmail |
||
| 16 | * |
||
| 17 | * @return bool |
||
| 18 | */ |
||
| 19 | public function sendUpdateEmailConfirmation(UserInterface $user, $confirmationUrl, $toEmail) |
||
| 29 | } |
||
| 30 |