Service/Amazon/ResultSet.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Service  
Subpackage
Amazon  
Version
$Id$  

\Zend_Service_Amazon_ResultSet

Package: Zend_Service\Amazon
Implements
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedint $_currentIndex = 0
Current index for SeekableIterator
Default value0Details
Type
int
>VPropertyprotected\DOMDocument $_dom
Amazon Web Service Return Document
Details
Type
\DOMDocument
>VPropertyprotected\DOMNodeList $_results = null
A DOMNodeList of elements
Default valuenullDetails
Type
\DOMNodeList
>VPropertyprotected\DOMXPath $_xpath
XPath Object for $this->_dom
Details
Type
\DOMXPath

Methods

methodpublic__construct(\DOMDocument $dom) : void

Create an instance of Zend_Service_Amazon_ResultSet and create the necessary data objects

Parameters
NameTypeDescription
$dom\DOMDocument
methodpubliccurrent() : \Zend_Service_Amazon_Item

Implement SeekableIterator::current()

Returns
TypeDescription
\Zend_Service_Amazon_Item
methodpublickey() : int

Implement SeekableIterator::key()

Returns
TypeDescription
int
methodpublicnext() : void

Implement SeekableIterator::next()

methodpublicrewind() : void

Implement SeekableIterator::rewind()

methodpublicseek(int $index) : void

Implement SeekableIterator::seek()

Parameters
NameTypeDescription
$indexint
Throws
ExceptionDescription
\OutOfBoundsException
methodpublictotalPages() : int

Total Number of pages returned

Returns
TypeDescription
intTotal number of pages returned
methodpublictotalResults() : int

Total Number of results returned

Returns
TypeDescription
intTotal number of results returned
methodpublicvalid() : boolean

Implement SeekableIterator::valid()

Returns
TypeDescription
boolean
Documentation was generated by phpDocumentor 2.2.0 .