PHP Interface Fenos\Notifynder\Contracts\DefaultSender

This contracts is needed to each default sender class. It make sure they'll have all send method to send notifications
Afficher le fichier Open project: fenos/notifynder

Méthodes publiques

Méthode Description
send ( Fenos\Notifynder\Contracts\StoreNotification $sender ) : mixed Send notification.

Method Details

send() public méthode

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