You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
Composing them into a Hydrator instance that follows zend-hydrator spec is simple, but we'd also get a decent performance improvement by just relying on functional composition above.
This would allow us to:
gain performance (one less method call per hydrate/extract)
remove the need of the visitor pattern to modify an existing class (we just generate closures from scratch)
simplify API
provide type-safe closures (since we can add parameter and return type hints)