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

Public Member Functions

 __construct (DomDocument $dom, $options=array())
 getUrl ()
 getWeblog ()
 getInboundBlogs ()
 getInboundLinks ()
 current ()

Protected Attributes

 $_url
 $_weblog
 $_inboundBlogs
 $_inboundLinks

Detailed Description

Definition at line 39 of file CosmosResultSet.php.


Constructor & Destructor Documentation

__construct ( DomDocument $  dom,
options = array() 
)

Parses the search response and retrieve the results for iteration.

Parameters:
DomDocument$domthe ReST fragment for this object
array$optionsquery options as associative array
See also:
Zend_Service_Technorati_Weblog

Reimplemented from Zend_Service_Technorati_ResultSet.

Definition at line 79 of file CosmosResultSet.php.

Here is the call graph for this function:


Member Function Documentation

current ( )

Implements Zend_Service_Technorati_ResultSet::current().

Returns:
Zend_Service_Technorati_CosmosResult current result
See also:
Zend_Service_Technorati_CosmosResult

Definition at line 168 of file CosmosResultSet.php.

Returns number of unique blogs linking this blog.

Returns:
integer the number of inbound blogs

Definition at line 148 of file CosmosResultSet.php.

Here is the caller graph for this function:

Returns number of incoming links to this blog.

Returns:
integer the number of inbound links

Definition at line 158 of file CosmosResultSet.php.

Here is the caller graph for this function:

getUrl ( )

Returns the weblog URL.

Returns:
Zend_Uri_Http

Definition at line 130 of file CosmosResultSet.php.

getWeblog ( )

Returns the weblog.

Returns:
Zend_Service_Technorati_Weblog

Definition at line 139 of file CosmosResultSet.php.

Here is the caller graph for this function:


Field Documentation

$_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.


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