PHP 클래스 ApiPlatform\Core\Tests\Mock\MailerMock

저자: Théo FIDRY ([email protected])
상속: implements FOS\UserBundle\Mailer\MailerInterface
파일 보기 프로젝트 열기: api-platform/core

공개 메소드들

메소드 설명
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