PHP Class CustomDefaultSender

Inheritance: implements Fenos\Notifynder\Contracts\Sender
Afficher le fichier Open project: fenos/notifynder

Protected Properties

Свойство Type Description
$notifications array

Méthodes publiques

Méthode Description
__construct ( array $notifications, NotifynderManager $notifynder )
send ( Fenos\Notifynder\Contracts\NotifynderSender $sender ) : mixed Send notification.

Method Details

__construct() public méthode

public __construct ( array $notifications, NotifynderManager $notifynder )
$notifications array
$notifynder Fenos\Notifynder\NotifynderManager

send() public méthode

Send notification.
public send ( Fenos\Notifynder\Contracts\NotifynderSender $sender ) : mixed
$sender Fenos\Notifynder\Contracts\NotifynderSender
Résultat mixed

Property Details

$notifications protected_oe property

protected array $notifications
Résultat array