PHP Интерфейс 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
Показать файл Открыть проект

Открытые методы

Метод Описание
send ( Fenos\Notifynder\Contracts\StoreNotification $sender ) : mixed Send notification.

Описание методов

send() публичный Метод

Send notification.
public send ( Fenos\Notifynder\Contracts\StoreNotification $sender ) : mixed
$sender Fenos\Notifynder\Contracts\StoreNotification
Результат mixed