This repository was archived by the owner on Jan 31, 2020. It is now read-only.
zend-stdlib 2.6.0
·
309 commits
to master
since this release
Added
- #13 adds
Zend\Stdlib\Hydrator\Iterator
, which provides mechanisms for hydrating objects when iterating a traversable. This allows creating generic collection resultsets; the original idea was pulled from PhlyMongo, where it was used to hydrate collections retrieved from MongoDB.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.