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

Public Member Functions

 __construct (DomDocument $dom)
 Constructs a new object object from DOM Document.
 
 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.
 

Protected Attributes

 $_url
 
 $_weblog
 
 $_inboundBlogs
 
 $_inboundLinks
 

Constructor & Destructor Documentation

__construct ( DomDocument  $dom)

Constructs a new object object from DOM Document.

Parameters
DomDocument$domthe ReST fragment for this object
See Also
Zend_Service_Technorati_Weblog
Zend_Service_Technorati_Exception

Member Function Documentation

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