(array $pipes)
| 4097 | |
| 4098 | public function send(mixed $data): static { return $this; } |
| 4099 | public function through(array $pipes): static { return $this; } |
| 4100 | } |
| 4101 | |
| 4102 | // ScaffoldingClosureThisRoute / ScaffoldingClosureThisRouter — used by ParamClosureThisDemo |