PHP Class App\Notifications\Frontend\Auth\UserNeedsConfirmation

Inheritance: extends Illuminate\Notifications\Notification, use trait Illuminate\Bus\Queueable
Show file Open project: rappasoft/laravel-5-boilerplate

Protected Properties

Property Type Description
$confirmation_code

Public Methods

Method Description
__construct ( $confirmation_code ) UserNeedsConfirmation constructor.
toMail ( mixed $notifiable ) : Illuminate\Notifications\Messages\MailMessage Get the mail representation of the notification.
via ( mixed $notifiable ) : array Get the notification's delivery channels.

Method Details

__construct() public method

UserNeedsConfirmation constructor.
public __construct ( $confirmation_code )
$confirmation_code

toMail() public method

Get the mail representation of the notification.
public toMail ( mixed $notifiable ) : Illuminate\Notifications\Messages\MailMessage
$notifiable mixed
return Illuminate\Notifications\Messages\MailMessage

via() public method

Get the notification's delivery channels.
public via ( mixed $notifiable ) : array
$notifiable mixed
return array

Property Details

$confirmation_code protected property

protected $confirmation_code