API Documentation

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

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_TagResultSet

Extends from
Zend_Service_Technorati_ResultSet
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
$_postsMatched
$_blogsMatched
Methods
__construct
getPostsMatched
getBlogsMatched
current

Description

Represents a Technorati Tag query result set.

Properties

$_blogsMatched

int $_blogsMatched = ''

Number of blogs that match the tag.

Details

$_blogsMatched
int
visibility
protected
default
final
false
static
false
access
protected

$_postsMatched

int $_postsMatched = ''

Number of posts that match the tag.

Details

$_postsMatched
int
visibility
protected
default
final
false
static
false
access
protected

Methods

__construct

__construct( DomDocument $dom, array $options = array ) :

Parses the search response and retrieve the results for iteration.

Arguments
$dom
DomDocument
the ReST fragment for this object
$options
array
query options as associative array
Details
visibility
public
final
false
static
false

current

current( ) : Zend_Service_Technorati_TagResult

Implements Zend_Service_Technorati_ResultSet::current().

Output
Zend_Service_Technorati_TagResult
current result
Details
visibility
public
final
false
static
false

getBlogsMatched

getBlogsMatched( ) : int

Returns the number of blogs that match the tag.

Output
int
Details
visibility
public
final
false
static
false

getPostsMatched

getPostsMatched( ) : int

Returns the number of posts that match the tag.

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