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

Public Member Functions

 __construct (DomElement $dom)
 Constructs a new object object from DOM Element.
 
 getWeblog ()
 Returns the weblog object that links queried URL.
 
 getTitle ()
 Returns the title of the entry.
 
 getExcerpt ()
 Returns the blurb from entry with search term highlighted.
 
 getCreated ()
 Returns the datetime the entry was created.
 
 getPermalink ()
 Returns the permalink of the blog entry.
 
- 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

 $_weblog
 
 $_title
 
 $_excerpt
 
 $_created
 
 $_permalink
 
- 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 Element.

Parameters
DomElement$domthe ReST fragment for this object

Member Function Documentation

getCreated ( )

Returns the datetime the entry was created.

Returns
Zend_Date
getExcerpt ( )

Returns the blurb from entry with search term highlighted.

Returns
string
getPermalink ( )

Returns the permalink of the blog entry.

Returns
Zend_Uri_Http
getTitle ( )

Returns the title of the entry.

Returns
string
getWeblog ( )

Returns the weblog object that links queried URL.

Returns
Zend_Service_Technorati_Weblog

Member Data Documentation

$_created
protected
$_excerpt
protected
$_permalink
protected
$_title
protected
$_weblog
protected