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

Public Member Functions

 __construct (DomElement $dom)
 Constructs a new object object from DOM Document.
 
 getDate ()
 Returns the date of count.
 
 getCount ()
 Returns the number of posts containing query on given date.
 
- Public Member Functions inherited from Zend_Service_Technorati_Result
 __construct (DomElement $dom)
 Constructs a new object from DOM Element.
 
 getXml ()
 Returns the document fragment for this object as XML string.
 

Protected Attributes

 $_date
 
 $_count
 
- Protected Attributes inherited from Zend_Service_Technorati_Result
 $_fields
 
 $_dom
 
 $_xpath
 

Additional Inherited Members

- Protected Member Functions inherited from Zend_Service_Technorati_Result
 _parseWeblog ()
 Parses weblog node and sets weblog object.
 

Constructor & Destructor Documentation

__construct ( DomElement  $dom)

Constructs a new object object from DOM Document.

Parameters
DomElement$domthe ReST fragment for this object

Member Function Documentation

getCount ( )

Returns the number of posts containing query on given date.

Returns
int
getDate ( )

Returns the date of count.

Returns
Zend_Date

Member Data Documentation

$_count
protected
$_date
protected