API Documentation

Service/Amazon/ResultSet.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
Amazon
version
$Id: ResultSet.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Amazon_ResultSet

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_Amazon_ResultSet

Implements
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
Amazon
Properties
$_results
$_dom
$_xpath
$_currentIndex
Methods
__construct
totalResults
totalPages
current
key
next
rewind
seek
valid

Description

Properties

$_currentIndex

int $_currentIndex = '0'

Current index for SeekableIterator

Details

$_currentIndex
int
visibility
protected
default
0
final
false
static
false

$_dom

DOMDocument $_dom = ''

Amazon Web Service Return Document

Details

$_dom
DOMDocument
visibility
protected
default
final
false
static
false

$_results

DOMNodeList $_results = 'null'

A DOMNodeList of <Item> elements

Details

$_results
DOMNodeList
visibility
protected
default
null
final
false
static
false

$_xpath

DOMXPath $_xpath = ''

XPath Object for $this->_dom

Details

$_xpath
DOMXPath
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( DOMDocument $dom ) : void

Create an instance of Zend_Service_Amazon_ResultSet and create the necessary data objects

Arguments
$dom
DOMDocument
Details
visibility
public
final
false
static
false

current

current( ) : Zend_Service_Amazon_Item

Implement SeekableIterator::current()

Details
visibility
public
final
false
static
false

key

key( ) : int

Implement SeekableIterator::key()

Output
int
Details
visibility
public
final
false
static
false

next

next( ) : void

Implement SeekableIterator::next()

Details
visibility
public
final
false
static
false

rewind

rewind( ) : void

Implement SeekableIterator::rewind()

Details
visibility
public
final
false
static
false

seek

seek( int $index ) : void

Implement SeekableIterator::seek()

Arguments
$index
int
Details
visibility
public
final
false
static
false
throws

totalPages

totalPages( ) : int

Total Number of pages returned

Output
int
Total number of pages returned
Details
visibility
public
final
false
static
false

totalResults

totalResults( ) : int

Total Number of results returned

Output
int
Total number of results returned
Details
visibility
public
final
false
static
false

valid

valid( ) : boolean

Implement SeekableIterator::valid()

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