platform/api/laravel/Contracts/Notifications/Dispatcher.yaml
2024-09-02 10:44:11 -07:00

39 lines
794 B
YAML

name: Dispatcher
class_comment: null
dependencies: []
properties: []
methods:
- name: send
visibility: public
parameters:
- name: notifiables
- name: notification
comment: '# * Send the given notification to the given notifiable entities.
# *
# * @param \Illuminate\Support\Collection|array|mixed $notifiables
# * @param mixed $notification
# * @return void'
- name: sendNow
visibility: public
parameters:
- name: notifiables
- name: notification
- name: channels
default: 'null'
comment: '# * Send the given notification immediately.
# *
# * @param \Illuminate\Support\Collection|array|mixed $notifiables
# * @param mixed $notification
# * @param array|null $channels
# * @return void'
traits: []
interfaces: []