메소드 |
설명 |
|
__construct ( Illuminate\Contracts\Events\Dispatcher $event ) |
|
|
boot ( array $listeners ) |
Boot The listeners. |
|
delegate ( Fenos\Notifynder\Notifynder $notifynder, array $data, array $events ) : mixed |
Delegate events to categories. |
|
fire ( Fenos\Notifynder\Notifynder $notifynder, string $eventName, string $categoryName = null, mixed | null $values = [] ) : mixed | null |
It fire the event associated to the passed key,
trigger the listener method bound with. |
|
hasNotificationToSend ( $notificationsResult ) : boolean |
Check if the fired method has some notifications
to send. |
|
sendWith ( $customMethod ) |
Tell the dispatcher to send
the notification with a custom
(extended method). |
|