\App\NotificationsActivateRegistration

Mail Notification that informs users of their new account and allows them to activate it.

Summary

Methods
Properties
Constants
via()
toMail()
__construct()
$token
$username
$email
No constants found
getLocalizationParameters()
getKeyBase()
__()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$token

$token : 

Type

$username

$username : 

Type

$email

$email : 

Type

Methods

via()

via() 

toMail()

toMail(mixed  $notifiable) : $this|\Illuminate\Notifications\Messages\MailMessage

Parameters

mixed $notifiable

Returns

$this|\Illuminate\Notifications\Messages\MailMessage

__construct()

__construct(  $token,   $username,   $email) 

ActivateRegistration constructor.

Parameters

$token
$username
$email

getLocalizationParameters()

getLocalizationParameters() : array

Localization parameters

Returns

array

getKeyBase()

getKeyBase() : string

Localization key base

Returns

string

__()

__(  $key) : array|null|string

Translate a message

Parameters

$key

Returns

array|null|string