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
파일 보기 프로젝트 열기: fenos/notifynder

공개 메소드들

메소드 설명
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