api/laravel/Contracts/Pipeline/Hub.yaml

23 lines
377 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: Hub
class_comment: null
dependencies: []
properties: []
methods:
- name: pipe
visibility: public
parameters:
- name: object
- name: pipeline
default: 'null'
comment: '# * Send an object through one of the available pipelines.
# *
# * @param mixed $object
# * @param string|null $pipeline
# * @return mixed'
traits: []
interfaces: []