News Feed
Jobs Feed
Sections




News Archive
Web Mozarts:
Give the Traversable Interface Some Love
October 10, 2012 @ 09:12:56

In this recent post to the Web Mozarts site, Bernhard Schussek "gives Traversable some love" and introduces you to the Traversable interface and how it might work better for certain things than an Iterator.

Let's start with a simple use case. Let's create an interface ArrayInterface that demarcates objects that behave like PHP arrays. The interface should allow for counting, iterating and array access.

He shows how to create this interface based off of a "ArrayInterface" that implements "Countable", "ArrayAccess" and "Iterator" with all of the methods required for each. He points out that, while the documentation in the manual makes "Traversable" shouldn't be used, it can be extended instead of Iterator. This gives other classes that extend this interface the option of extending either of the Iterators ("Iterator" or "IteratorAggregate") they want.

0 comments voice your opinion now!
interface traversable introduction iterator iteratoraggregate


blog comments powered by Disqus

Similar Posts

Walter Poupore's Blog: Microsoft adCenter and PHP

PHPMaster.com: Practical Aspects of the Adapter Pattern

Stefan Mischook's Blog: PHP Video Tutorial: Functions

Nefarious Designs: Object-Oriented PHP Part 1: Definition

DevShed: An Introduction to the Observer Pattern in PHP


Community Events











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


google community opinion rest development framework introduction functional database symfony2 zendframework2 interview appengine podcast language conference phpunit testing release series

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