PHP Класс ApiPlatform\Core\Tests\Mock\MailerMock

Автор: Théo FIDRY ([email protected])
Наследование: implements FOS\UserBundle\Mailer\MailerInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

sendConfirmationEmailMessage() публичный метод

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

sendResettingEmailMessage() публичный метод

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