Chainable
- Full name:
\Codefy\Framework\Pipeline\Chainable
Methods
send
Set the object being sent through the pipeline.
Parameters:
Parameter | Type | Description |
---|---|---|
$passable | mixed |
through
Set the array of pipes.
Parameters:
Parameter | Type | Description |
---|---|---|
$pipes | array|mixed |
via
Set the method to call on the pipes.
Parameters:
Parameter | Type | Description |
---|---|---|
$method | string |
then
Run the pipeline with a final destination callback.
Parameters:
Parameter | Type | Description |
---|---|---|
$destination | \Closure |
thenReturn
Run the pipeline and return the result.
run
Run a single pipe.
Parameters:
Parameter | Type | Description |
---|---|---|
$pipe | string | |
$data | mixed |
Automatically generated on 2025-10-13