PHP Class App\Notifications\Frontend\Auth\UserNeedsConfirmation

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

Protected Properties

Свойство Type Description
$confirmation_code

Méthodes publiques

Méthode 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 méthode

UserNeedsConfirmation constructor.
public __construct ( $confirmation_code )
$confirmation_code

toMail() public méthode

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

via() public méthode

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

Property Details

$confirmation_code protected_oe property

protected $confirmation_code