News Feed
Jobs Feed
Sections




News Archive
Fabien Potencier's Blog:
Iterator or IteratorAggregate?
June 25, 2010 @ 12:09:44

Following up on two previous posts about iterators, Fabien Potencier is back with one more quick shot on iterator aggregation - a look what using iterator versus iteratoraggregate.

If you have ever used iterators in your code, you have probably implemented the Iterator interface. Objects of a class that implements Iterator can be iterated over with the foreach loop. [...] The IteratorAggregate interface is quite similar [to Iterator] (both interfaces implement Traversable) but creates an external Iterator. But when the iterator is based on an array, creating an external Iterator for this array gives you a more concise and more readable code.

His example code shows how, in implementing and IteratorAggregate, you can grab the instance of the Iterator even if it's based on an array.

1 comment voice your opinion now!
iterator iteratoraggregate comparison traversable interface


blog comments powered by Disqus

Similar Posts

Josh Adell: Interfaces and Traits: A Powerful Combo

Zend Developer Zone: Fluent Interfaces in PHP

PHPImpact Blog: Building a Web Service Client using the Zend Framework

Stanislav Malyshev's Blog: Ruby-like iterators in PHP

PHPBuilder.com: PHP Object Remoting in Flex


Community Events











Don't see your event here?
Let us know!


introduction composer functional interview api series tool podcast zendframework2 conference unittest development opinion community framework language release example testing code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework