baserCMS クラスリファレンス

InstallerMailer extends BcAdminMailer
in package

Class InstallerMailer

Table of Contents

__construct()  : mixed
Constructor
getService()  : array<string|int, mixed>|mixed|object
Get Service
hasService()  : bool
Has Service
installed()  : 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
$service :
Tags
checked
noTodo
unitTest
Return values
array<string|int, mixed>|mixed|object

hasService()

Has Service

public hasService( $service) : bool
Parameters
$service :
Tags
checked
noTodo
unitTest
Return values
bool

installed()

パスワード再発行URLメール送信

public installed(string $email) : mixed
Parameters
$email : string
Tags
checked
noTodo
Return values
mixed

setEmailTransport()

Emailのトランスポート設定を行う

public setEmailTransport() : void
Return values
void

Search results