48 lines
916 B
YAML
48 lines
916 B
YAML
|
name: Factory
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: channel
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: name
|
||
|
default: 'null'
|
||
|
comment: '# * Get a channel instance by name.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param string|null $name
|
||
|
|
||
|
# * @return mixed'
|
||
|
- 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
|
||
|
comment: '# * Send the given notification immediately.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param \Illuminate\Support\Collection|array|mixed $notifiables
|
||
|
|
||
|
# * @param mixed $notification
|
||
|
|
||
|
# * @return void'
|
||
|
traits: []
|
||
|
interfaces: []
|