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


Public Member Functions | |
| __construct (DomElement $dom) | |
| getDate () | |
| getCount () | |
Protected Attributes | |
| $_date | |
| $_count | |
Definition at line 41 of file DailyCountsResult.php.
| __construct | ( | DomElement $ | dom | ) |
Constructs a new object object from DOM Document.
| DomElement | $dom | the ReST fragment for this object |
Reimplemented from Zend_Service_Technorati_Result.
Definition at line 65 of file DailyCountsResult.php.
| getCount | ( | ) |
Returns the number of posts containing query on given date.
Definition at line 90 of file DailyCountsResult.php.
| getDate | ( | ) |
$_count [protected] |
Definition at line 57 of file DailyCountsResult.php.
$_date [protected] |
Definition at line 49 of file DailyCountsResult.php.