laminas / laminas-stratigility

PSR-7 middleware foundation for building and dispatching middleware pipelines
https://docs.laminas.dev/laminas-stratigility/
BSD 3-Clause "New" or "Revised" License
55 stars 12 forks source link

Expose the internal middleware queue in `MiddlewarePipe` as an iterable #57

Closed gsteel closed 3 months ago

gsteel commented 3 months ago
Q A
BC Break yes
New Feature yes

Description

Returns the internal SplQueue as an array so that users can inspect the pipeline.

Closes #44