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


Public Member Functions | |
| __construct (DomElement $dom) | |
| getWeblog () | |
| getNearestPermalink () | |
| getExcerpt () | |
| getLinkCreated () | |
| getLinkUrl () | |
Protected Attributes | |
| $_weblog | |
| $_nearestPermalink | |
| $_excerpt | |
| $_linkCreated | |
| $_linkUrl | |
Definition at line 41 of file CosmosResult.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 CosmosResult.php.

| getExcerpt | ( | ) |
Returns the excerpt of the blog/page linking queried URL.
Definition at line 129 of file CosmosResult.php.
| getLinkCreated | ( | ) |
Returns the datetime the link was created.
Definition at line 138 of file CosmosResult.php.
| getLinkUrl | ( | ) |
If queried URL is a valid blog, returns the URL of the specific link target page.
Definition at line 148 of file CosmosResult.php.
Returns the nearest permalink tracked for queried URL.
Definition at line 120 of file CosmosResult.php.
| getWeblog | ( | ) |
Returns the weblog object that links queried URL.
Definition at line 111 of file CosmosResult.php.
$_excerpt [protected] |
Definition at line 65 of file CosmosResult.php.
$_linkCreated [protected] |
Definition at line 73 of file CosmosResult.php.
$_linkUrl [protected] |
Definition at line 81 of file CosmosResult.php.
$_nearestPermalink [protected] |
Definition at line 57 of file CosmosResult.php.
$_weblog [protected] |
Definition at line 49 of file CosmosResult.php.