XRL  latest
Simple XML-RPC Library (both client and server)
Traversable Interface Reference

Interface to detect if a class is traversable using foreach. More...

+ Inheritance diagram for Traversable:

Detailed Description

Interface to detect if a class is traversable using foreach.

Abstract base interface that cannot be implemented alone. Instead it must be implemented by either IteratorAggregate or Iterator.

See also
http://php.net/Traversable

Definition at line 13 of file Traversable.php.


The documentation for this interface was generated from the following file: