PasswordRequestMailer
extends BcAdminMailer
in package
Class PasswordRequestMailer
Table of Contents
- __construct() : mixed
- Constructor
- getService() : array<string|int, mixed>|mixed|object
- Get Service
- hasService() : bool
- Has Service
- resetPassword() : mixed
- パスワード再発行URLメール送信
- setEmailTransport() : void
- Emailのトランスポート設定を行う
Methods
__construct()
Constructor
public
__construct([null $config = null ]) : mixed
Parameters
- $config : null = null
Return values
mixed —getService()
Get Service
public
getService( $service) : array<string|int, mixed>|mixed|object
Parameters
Tags
Return values
array<string|int, mixed>|mixed|object —hasService()
Has Service
public
hasService( $service) : bool
Parameters
Tags
Return values
bool —resetPassword()
パスワード再発行URLメール送信
public
resetPassword(User|EntityInterface $user, EntityInterface $passwordRequest) : mixed
Parameters
- $user : User|EntityInterface
- $passwordRequest : EntityInterface
Tags
Return values
mixed —setEmailTransport()
Emailのトランスポート設定を行う
public
setEmailTransport() : void