Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

zend-stdlib 2.6.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 21 Jul 17:15
· 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.