Zend Framework
1.12
|
Public Member Functions | |
__construct (DOMDocument $dom) | |
Parse the search response and retrieve the results for iteration. | |
totalResults () | |
Total Number of results returned. | |
current () | |
Implement SeekableIterator::current() | |
key () | |
Implement SeekableIterator::key() | |
next () | |
Implement SeekableIterator::next() | |
rewind () | |
Implement SeekableIterator::rewind() | |
seek ($index) | |
Implement SeekableIterator::seek() | |
valid () | |
Implement SeekableIterator::valid() | |
Public Attributes | |
$totalResultsAvailable | |
$totalResultsReturned | |
$firstResultPosition | |
Protected Attributes | |
$_results | |
$_dom | |
$_xpath | |
$_currentIndex = 0 | |
__construct | ( | DOMDocument | $dom | ) |
Parse the search response and retrieve the results for iteration.
DOMDocument | $dom | the REST fragment for this object |
current | ( | ) |
Implement SeekableIterator::current()
Must be implemented by child classes
Zend_Service_Exception |
key | ( | ) |
Implement SeekableIterator::key()
next | ( | ) |
Implement SeekableIterator::next()
rewind | ( | ) |
Implement SeekableIterator::rewind()
seek | ( | $index | ) |
Implement SeekableIterator::seek()
int | $index |
OutOfBoundsException |
totalResults | ( | ) |
Total Number of results returned.
valid | ( | ) |
Implement SeekableIterator::valid()
|
protected |
|
protected |
|
protected |
|
protected |
$firstResultPosition |
$totalResultsAvailable |
$totalResultsReturned |