Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Service_Technorati_CosmosResultSet Class Reference

Public Member Functions

 __construct (DomDocument $dom, $options=array())
 Parses the search response and retrieve the results for iteration.
 
 getUrl ()
 Returns the weblog URL.
 
 getWeblog ()
 Returns the weblog.
 
 getInboundBlogs ()
 Returns number of unique blogs linking this blog.
 
 getInboundLinks ()
 Returns number of incoming links to this blog.
 
 current ()
 Implements Zend_Service_Technorati_ResultSet::current().
 
- Public Member Functions inherited from Zend_Service_Technorati_ResultSet
 __construct (DomDocument $dom, $options=array())
 Parses the search response and retrieves the results for iteration.
 
 totalResults ()
 Number of results returned.
 
 totalResultsAvailable ()
 Number of available results.
 
 key ()
 Implements SeekableIterator::current().
 
 next ()
 Implements SeekableIterator::next().
 
 rewind ()
 Implements SeekableIterator::rewind().
 
 seek ($index)
 Implement SeekableIterator::seek().
 
 valid ()
 Implement SeekableIterator::valid().
 
 getXml ()
 Returns the response document as XML string.
 
 __sleep ()
 Overwrites standard __sleep method to make this object serializable.
 
 __wakeup ()
 Overwrites standard __wakeup method to make this object unserializable.
 

Protected Attributes

 $_url
 
 $_weblog
 
 $_inboundBlogs
 
 $_inboundLinks
 
- Protected Attributes inherited from Zend_Service_Technorati_ResultSet
 $_totalResultsAvailable
 
 $_totalResultsReturned
 
 $_results
 
 $_dom
 
 $_xpath
 
 $_xml
 
 $_currentIndex = 0
 

Additional Inherited Members

- Protected Member Functions inherited from Zend_Service_Technorati_ResultSet
 _init (DomDocument $dom, $options=array())
 Initializes this object from a DomDocument response.
 

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

Member Function Documentation

current ( )

Implements Zend_Service_Technorati_ResultSet::current().

Returns
Zend_Service_Technorati_CosmosResult current result
See Also
Zend_Service_Technorati_CosmosResult
getInboundBlogs ( )

Returns number of unique blogs linking this blog.

Returns
integer the number of inbound blogs
getInboundLinks ( )

Returns number of incoming links to this blog.

Returns
integer the number of inbound links
getUrl ( )

Returns the weblog URL.

Returns
Zend_Uri_Http
getWeblog ( )

Returns the weblog.

Returns
Zend_Service_Technorati_Weblog

Member Data Documentation

$_inboundBlogs
protected
$_inboundLinks
protected
$_url
protected
$_weblog
protected