Inheritances
Files
Overview
FRAMES
NO FRAMES

Class Zend_Service_Technorati_CosmosResult

Zend_Service_Technorati_Result
|
Zend_Service_Technorati_CosmosResult
Zend_Service
|-Zend_Service_Technorati
|- class Zend_Service_Technorati_CosmosResult extends Zend_Service_Technorati_Result
Represents a single Technorati Cosmos query result object.
It is never returned as a standalone object,
but it always belongs to a valid Zend_Service_Technorati_CosmosResultSet object.
CategoryZend
PackageZend_Service
SubpackageTechnorati
CopyrightCopyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
Licensehttp://framework.zend.com/license/new-bsd New BSD License

Summary

Instance fields
# $_excerpt The excerpt of the blog/page linking queried URL
# $_linkCreated The the datetime the link was created
# $_linkUrl The URL of the specific link target page
# $_nearestPermalink The nearest permalink tracked for queried URL
# $_weblog Technorati weblog object that links queried URL
Instance methods
+ __construct() Constructs a new object object from DOM Element
+ getExcerpt() Returns the excerpt of the blog/page linking queried URL
+ getLinkCreated() Returns the datetime the link was created
+ getLinkUrl() If queried URL is a valid blog,
+ getNearestPermalink() Returns the nearest permalink tracked for queried URL
+ getWeblog() Returns the weblog object that links queried URL

Details

Instance fields

$_excerpt
protected $_excerpt
The excerpt of the blog/page linking queried URL.
Var string
Access protected
$_linkCreated
protected $_linkCreated
The the datetime the link was created.
Access protected
$_linkUrl
protected $_linkUrl
The URL of the specific link target page
Access protected
$_nearestPermalink
protected $_nearestPermalink
The nearest permalink tracked for queried URL.
Access protected
$_weblog
protected $_weblog
Technorati weblog object that links queried URL.
Access protected

Instance methods

__construct()
public function __construct( DomElement $dom)
Constructs a new object object from DOM Element.
Parameters
DomElement $dom
getExcerpt()
public function getExcerpt( )
Returns the excerpt of the blog/page linking queried URL.
Returns string
getLinkCreated()
public function getLinkCreated( )
Returns the datetime the link was created.
Returns Zend_Date
getLinkUrl()
public function getLinkUrl( )
If queried URL is a valid blog,
returns the URL of the specific link target page.
getNearestPermalink()
public function getNearestPermalink( )
Returns the nearest permalink tracked for queried URL.
getWeblog()
public function getWeblog( )
Returns the weblog object that links queried URL.