PHP Class App\Notifications\AccountActivation

Inheritance: extends Illuminate\Notifications\Notification, use trait Illuminate\Bus\Queueable
Afficher le fichier Open project: ConsoleTVs/Laralum

Méthodes publiques

Свойство Type Description
$user Create a new notification instance.

Méthodes publiques

Méthode Description
__construct ( $user )
toArray ( mixed $notifiable ) : array Get the array representation of the notification.
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

public __construct ( $user )

toArray() public méthode

Get the array representation of the notification.
public toArray ( mixed $notifiable ) : array
$notifiable mixed
Résultat array

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

$user public_oe property

Create a new notification instance.
public $user