API Documentation

Service/Technorati/SearchResult.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: SearchResult.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Technorati_SearchResult

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_SearchResult

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
$_title
$_excerpt
$_created
$_permalink
Methods
__construct
getWeblog
getTitle
getExcerpt
getCreated
getPermalink

Description

Represents a single Technorati Search query result object.

It is never returned as a standalone object, but it always belongs to a valid Zend_Service_Technorati_SearchResultSet object.

Properties

$_created

Zend_Date $_created = ''

The datetime the entry was created.

Details

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

$_excerpt

string $_excerpt = ''

The blurb from entry with search term highlighted.

Details

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

$_permalink

Zend_Uri_Http $_permalink = ''

The permalink of the blog entry.

Details

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

$_title

string $_title = ''

The title of the entry.

Details

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

$_weblog

Zend_Service_Technorati_Weblog $_weblog = ''

Technorati weblog object corresponding to queried keyword.

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

getCreated

getCreated( ) : Zend_Date

Returns the datetime the entry was created.

Output
Zend_Date
Details
visibility
public
final
false
static
false

getExcerpt

getExcerpt( ) : string

Returns the blurb from entry with search term highlighted.

Output
string
Details
visibility
public
final
false
static
false

getPermalink

getPermalink( ) : Zend_Uri_Http

Returns the permalink of the blog entry.

Output
Zend_Uri_Http
Details
visibility
public
final
false
static
false

getTitle

getTitle( ) : string

Returns the title of the entry.

Output
string
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.