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

Bruno Goncalves' Blog: Writting your first WordPress plugin

PHPBuilder.com: Using the mysqli Interface: Basic Techniques

Michael Kimsal's Blog: PHP Continuous Integration with phpUnderControl

Evan Coury: Creating a simple view helper in Zend Framework 2

Symfony Project Blog: We're writing a book


Community Events









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


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

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