|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| __construct (DOMDocument $dom) | |
| totalResults () | |
| current () | |
| key () | |
| next () | |
| rewind () | |
| seek ($index) | |
| valid () | |
Data Fields | |
| $totalResultsAvailable | |
| $totalResultsReturned | |
| $firstResultPosition | |
Protected Attributes | |
| $_results | |
| $_dom | |
| $_xpath | |
| $_currentIndex = 0 | |
Definition at line 32 of file ResultSet.php.
| __construct | ( | DOMDocument $ | dom | ) |
Parse the search response and retrieve the results for iteration
| DOMDocument | $dom | the REST fragment for this object |
Reimplemented in Zend_Service_Yahoo_LocalResultSet.
Definition at line 90 of file ResultSet.php.
| current | ( | ) |
Implement SeekableIterator::current()
Must be implemented by child classes
| Zend_Service_Exception |
Reimplemented in Zend_Service_Yahoo_LocalResultSet, Zend_Service_Yahoo_ImageResultSet, Zend_Service_Yahoo_NewsResultSet, Zend_Service_Yahoo_VideoResultSet, Zend_Service_Yahoo_WebResultSet, Zend_Service_Yahoo_InlinkDataResultSet, and Zend_Service_Yahoo_PageDataResultSet.
Definition at line 124 of file ResultSet.php.
| key | ( | ) |
| next | ( | ) |
| rewind | ( | ) |
| seek | ( | $ | index | ) |
Implement SeekableIterator::seek()
| int | $index |
| OutOfBoundsException |
Definition at line 175 of file ResultSet.php.
| totalResults | ( | ) |
Total Number of results returned
Definition at line 110 of file ResultSet.php.
| valid | ( | ) |
$_currentIndex = 0 [protected] |
Definition at line 81 of file ResultSet.php.
$_dom [protected] |
Definition at line 67 of file ResultSet.php.
$_results [protected] |
Definition at line 60 of file ResultSet.php.
$_xpath [protected] |
Definition at line 74 of file ResultSet.php.
| $firstResultPosition |
Definition at line 53 of file ResultSet.php.
| $totalResultsAvailable |
Definition at line 39 of file ResultSet.php.
| $totalResultsReturned |
Definition at line 46 of file ResultSet.php.