PHP Class ApiPlatform\Core\Tests\Mock\MailerMock

Author: Théo FIDRY ([email protected])
Inheritance: implements FOS\UserBundle\Mailer\MailerInterface
Show file Open project: api-platform/core

Public Methods

Method Description
sendConfirmationEmailMessage ( FOS\UserBundle\Model\UserInterface $user ) Send an email to a user to confirm the account creation.
sendResettingEmailMessage ( FOS\UserBundle\Model\UserInterface $user ) Send an email to a user to confirm the password reset.

Method Details

sendConfirmationEmailMessage() public method

Send an email to a user to confirm the account creation.
public sendConfirmationEmailMessage ( FOS\UserBundle\Model\UserInterface $user )
$user FOS\UserBundle\Model\UserInterface

sendResettingEmailMessage() public method

Send an email to a user to confirm the password reset.
public sendResettingEmailMessage ( FOS\UserBundle\Model\UserInterface $user )
$user FOS\UserBundle\Model\UserInterface