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


Public Member Functions | |
| __construct (DomElement $dom) | |
| getWeblog () | |
| getTitle () | |
| getExcerpt () | |
| getCreated () | |
| getPermalink () | |
Protected Attributes | |
| $_weblog | |
| $_title | |
| $_excerpt | |
| $_created | |
| $_permalink | |
Definition at line 41 of file SearchResult.php.
| __construct | ( | DomElement $ | dom | ) |
Constructs a new object object from DOM Element.
| DomElement | $dom | the ReST fragment for this object |
Reimplemented from Zend_Service_Technorati_Result.
Definition at line 89 of file SearchResult.php.

| getCreated | ( | ) |
Returns the datetime the entry was created.
Definition at line 137 of file SearchResult.php.
| getExcerpt | ( | ) |
Returns the blurb from entry with search term highlighted.
Definition at line 128 of file SearchResult.php.
| getPermalink | ( | ) |
Returns the permalink of the blog entry.
Definition at line 146 of file SearchResult.php.
| getTitle | ( | ) |
| getWeblog | ( | ) |
Returns the weblog object that links queried URL.
Definition at line 110 of file SearchResult.php.
$_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.