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


Public Member Functions | |
| __construct (DomDocument $dom, $options=array()) | |
| getSearchUrl () | |
| getDays () | |
| current () | |
Protected Attributes | |
| $_searchUrl | |
| $_days | |
Definition at line 49 of file DailyCountsResultSet.php.
| __construct | ( | DomDocument $ | dom, |
| $ | options = array() |
||
| ) |
Parses the search response and retrieve the results for iteration.
| DomDocument | $dom | the ReST fragment for this object |
| array | $options | query options as associative array |
Reimplemented from Zend_Service_Technorati_ResultSet.
Definition at line 73 of file DailyCountsResultSet.php.

| current | ( | ) |
Implements Zend_Service_Technorati_ResultSet::current().
Definition at line 117 of file DailyCountsResultSet.php.
| getDays | ( | ) |
Returns the number of days for which counts provided.
Definition at line 108 of file DailyCountsResultSet.php.

| getSearchUrl | ( | ) |
Returns the search URL for given query.
Definition at line 99 of file DailyCountsResultSet.php.
$_days [protected] |
Definition at line 65 of file DailyCountsResultSet.php.
$_searchUrl [protected] |
Definition at line 57 of file DailyCountsResultSet.php.