API Documentation

Service/Technorati/CosmosResult.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Technorati
version
$Id: CosmosResult.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Technorati_CosmosResult

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Service_Technorati_CosmosResult

Extends from
Zend_Service_Technorati_Result
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Technorati
Properties
$_weblog
$_nearestPermalink
$_excerpt
$_linkCreated
$_linkUrl
Methods
__construct
getWeblog
getNearestPermalink
getExcerpt
getLinkCreated
getLinkUrl

Description

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.

Properties

$_excerpt

string $_excerpt = ''

The excerpt of the blog/page linking queried URL.

Details

$_excerpt
string
visibility
protected
default
final
false
static
false
access
protected

$_linkCreated

Zend_Date $_linkCreated = ''

The the datetime the link was created.

Details

$_linkCreated
Zend_Date
visibility
protected
default
final
false
static
false
access
protected

$_linkUrl

Zend_Uri_Http $_linkUrl = ''

The URL of the specific link target page

Details

$_linkUrl
Zend_Uri_Http
visibility
protected
default
final
false
static
false
access
protected

$_nearestPermalink

Zend_Uri_Http $_nearestPermalink = ''

The nearest permalink tracked for queried URL.

Details

$_nearestPermalink
Zend_Uri_Http
visibility
protected
default
final
false
static
false
access
protected

$_weblog

Zend_Service_Technorati_Weblog $_weblog = ''

Technorati weblog object that links queried URL.

Details

$_weblog
Zend_Service_Technorati_Weblog
visibility
protected
default
final
false
static
false
access
protected

Methods

__construct

__construct( DomElement $dom ) :

Constructs a new object object from DOM Element.

Arguments
$dom
DomElement
the ReST fragment for this object
Details
visibility
public
final
false
static
false

getExcerpt

getExcerpt( ) : string

Returns the excerpt of the blog/page linking queried URL.

Output
string
Details
visibility
public
final
false
static
false

getLinkCreated

getLinkCreated( ) : Zend_Date

Returns the datetime the link was created.

Output
Zend_Date
Details
visibility
public
final
false
static
false

getLinkUrl

getLinkUrl( ) : Zend_Uri_Http

If queried URL is a valid blog, returns the URL of the specific link target page.

Output
Zend_Uri_Http
Details
visibility
public
final
false
static
false

getNearestPermalink

getNearestPermalink( ) : Zend_Uri_Http

Returns the nearest permalink tracked for queried URL.

Output
Zend_Uri_Http
Details
visibility
public
final
false
static
false

getWeblog

getWeblog( ) : Zend_Service_Technorati_Weblog

Returns the weblog object that links queried URL.

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.