dhii / iterator-abstract
Functionality for iterators that comply with dhii/iterator-interface, or are otherwise based on iteration objects
v0.1-alpha2
2018-04-25 12:20 UTC
Requires
- php: ^5.4 | ^7.0
- dhii/stringable-interface: ^0.1
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/iterator-interface: dev-release/0.1
- dhii/php-cs-fixer-config: ^0.1
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
This package is auto-updated.
Last update: 2026-03-07 07:37:23 UTC
README
Details
Functionality for iterators that comply with dhii/iterator-interface, or are otherwise based on iteration objects.
Traits
IteratorTrait- Abstract functionality for creating iterators based on an iteration object.TrackingIteratorTrait- An iterator specialization for iterators that use a tracker to track the iterator position.IteratorIteratorTrait- A tracking iterator specialization that uses an internalIterator.