Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_Technorati_SearchResult Class Reference
Inheritance diagram for Zend_Service_Technorati_SearchResult:
Collaboration diagram for Zend_Service_Technorati_SearchResult:

Public Member Functions

 __construct (DomElement $dom)
 getWeblog ()
 getTitle ()
 getExcerpt ()
 getCreated ()
 getPermalink ()

Protected Attributes

 $_weblog
 $_title
 $_excerpt
 $_created
 $_permalink

Detailed Description

Definition at line 41 of file SearchResult.php.


Constructor & Destructor Documentation

__construct ( DomElement $  dom)

Constructs a new object object from DOM Element.

Parameters:
DomElement$domthe ReST fragment for this object

Reimplemented from Zend_Service_Technorati_Result.

Definition at line 89 of file SearchResult.php.

Here is the call graph for this function:


Member Function Documentation

Returns the datetime the entry was created.

Returns:
Zend_Date

Definition at line 137 of file SearchResult.php.

Returns the blurb from entry with search term highlighted.

Returns:
string

Definition at line 128 of file SearchResult.php.

Returns the permalink of the blog entry.

Returns:
Zend_Uri_Http

Definition at line 146 of file SearchResult.php.

getTitle ( )

Returns the title of the entry.

Returns:
string

Definition at line 119 of file SearchResult.php.

getWeblog ( )

Returns the weblog object that links queried URL.

Returns:
Zend_Service_Technorati_Weblog

Definition at line 110 of file SearchResult.php.


Field Documentation

$_created [protected]

Definition at line 73 of file SearchResult.php.

$_excerpt [protected]

Definition at line 65 of file SearchResult.php.

$_permalink [protected]

Definition at line 81 of file SearchResult.php.

$_title [protected]

Definition at line 57 of file SearchResult.php.

$_weblog [protected]

Definition at line 49 of file SearchResult.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations