Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_Technorati_BlogInfoResult Class Reference

Public Member Functions

 __construct (DomDocument $dom)
 getUrl ()
 getWeblog ()
 getInboundBlogs ()
 getInboundLinks ()

Protected Attributes

 $_url
 $_weblog
 $_inboundBlogs
 $_inboundLinks

Detailed Description

Definition at line 39 of file BlogInfoResult.php.


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

Definition at line 79 of file BlogInfoResult.php.

Here is the call graph for this function:


Member Function Documentation

Returns number of unique blogs linking this blog.

Returns:
integer the number of inbound blogs

Definition at line 146 of file BlogInfoResult.php.

Returns number of incoming links to this blog.

Returns:
integer the number of inbound links

Definition at line 156 of file BlogInfoResult.php.

getUrl ( )

Returns the weblog URL.

Returns:
Zend_Uri_Http

Definition at line 128 of file BlogInfoResult.php.

getWeblog ( )

Returns the weblog.

Returns:
Zend_Service_Technorati_Weblog

Definition at line 137 of file BlogInfoResult.php.

Here is the caller graph for this function:


Field Documentation

$_inboundBlogs [protected]

Definition at line 63 of file BlogInfoResult.php.

$_inboundLinks [protected]

Definition at line 71 of file BlogInfoResult.php.

$_url [protected]

Definition at line 47 of file BlogInfoResult.php.

$_weblog [protected]

Definition at line 55 of file BlogInfoResult.php.


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