Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Service_Ebay_Finding_Set_Abstract Class Reference

Public Member Functions

 __construct (DOMNodeList $nodes)
 
 seek ($key)
 Implement SeekableIterator::seek()
 
 key ()
 Implement Iterator::key()
 
 next ()
 Implement Iterator::next()
 
 rewind ()
 Implement Iterator::rewind()
 
 valid ()
 Implement Iterator::valid()
 
 count ()
 Implement Countable::current()
 

Protected Member Functions

 _init ()
 Initialize object.
 

Protected Attributes

 $_nodes
 
 $_key = 0
 

Constructor & Destructor Documentation

__construct ( DOMNodeList  $nodes)
Parameters
DOMNodeList$nodes
Returns
void

Member Function Documentation

_init ( )
protected

Initialize object.

Called from __construct() as final step of object initialization.

Returns
void
count ( )

Implement Countable::current()

Returns
integer
key ( )

Implement Iterator::key()

Returns
integer
next ( )

Implement Iterator::next()

Returns
void
rewind ( )

Implement Iterator::rewind()

Returns
void
seek (   $key)

Implement SeekableIterator::seek()

Parameters
integer$key
Exceptions
OutOfBoundsExceptionWhen $key is not seekable
Returns
void
valid ( )

Implement Iterator::valid()

Returns
boolean

Member Data Documentation

$_key = 0
protected
$_nodes
protected