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


Public Member Functions | |
| __construct (DomDocument $dom, $options=array()) | |
| getUrl () | |
| getWeblog () | |
| getInboundBlogs () | |
| getInboundLinks () | |
| current () | |
Protected Attributes | |
| $_url | |
| $_weblog | |
| $_inboundBlogs | |
| $_inboundLinks | |
Definition at line 39 of file CosmosResultSet.php.
| __construct | ( | DomDocument $ | dom, |
| $ | options = array() |
||
| ) |
Parses the search response and retrieve the results for iteration.
| DomDocument | $dom | the ReST fragment for this object |
| array | $options | query options as associative array |
Reimplemented from Zend_Service_Technorati_ResultSet.
Definition at line 79 of file CosmosResultSet.php.

| current | ( | ) |
Implements Zend_Service_Technorati_ResultSet::current().
Definition at line 168 of file CosmosResultSet.php.
| getInboundBlogs | ( | ) |
Returns number of unique blogs linking this blog.
Definition at line 148 of file CosmosResultSet.php.

| getInboundLinks | ( | ) |
Returns number of incoming links to this blog.
Definition at line 158 of file CosmosResultSet.php.

| getUrl | ( | ) |
| getWeblog | ( | ) |
Returns the weblog.
Definition at line 139 of file CosmosResultSet.php.

$_inboundBlogs [protected] |
Definition at line 63 of file CosmosResultSet.php.
$_inboundLinks [protected] |
Definition at line 71 of file CosmosResultSet.php.
$_url [protected] |
Definition at line 47 of file CosmosResultSet.php.
$_weblog [protected] |
Definition at line 55 of file CosmosResultSet.php.