class Pipe mixin Factory mixin PendingProcess (View source)
| protected Factory | $factory | The process factory instance. | |
| protected callable | $callback | The callback that resolves the pending processes. | |
| protected array | $pendingProcesses | The array of pending processes. |
| void | __construct(Factory $factory, callable $callback)
Create a new series of piped processes. | |
| PendingProcess | as(string $key)
Add a process to the pipe with a key. | |
| ProcessResult | run(callable|null $output = null)
Runs the processes in the pipe. | |
| PendingProcess | __call(string $method, array $parameters)
Dynamically proxy methods calls to a new pending process. |
Create a new series of piped processes.
Add a process to the pipe with a key.
Runs the processes in the pipe.
Dynamically proxy methods calls to a new pending process.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Process/Pipe.html