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

22 lines
377 B
YAML

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: []