34 lines
585 B
YAML
34 lines
585 B
YAML
|
name: DispatchesJobs
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: dispatch
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: job
|
||
|
comment: '# * Dispatch a job to its appropriate handler.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param mixed $job
|
||
|
|
||
|
# * @return mixed'
|
||
|
- name: dispatchSync
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: job
|
||
|
comment: '# * Dispatch a job to its appropriate handler in the current process.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * Queueable jobs will be dispatched to the "sync" queue.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param mixed $job
|
||
|
|
||
|
# * @return mixed'
|
||
|
traits: []
|
||
|
interfaces: []
|