Service/Ebay/Finding/Response/Items.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
Ebay  
Version
$Id: Items.php 22804 2010-08-08 05:08:05Z renanbr $  

\Zend_Service_Ebay_Finding_Response_Items

Package: Zend_Service\Ebay
Parent(s)
\Zend_Service_Ebay_Finding_Response_Histograms < \Zend_Service_Ebay_Finding_Response_Abstract < \Zend_Service_Ebay_Finding_Abstract
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Uses
 

Constants

>VConstant  PAGE_MAX_INFINITY = 0

Properties

>VPropertyprotected\Zend_Service_Ebay_Finding_Response_Items[] $_pageCache = array()
static
Default valuearray()Details
Type
\Zend_Service_Ebay_Finding_Response_Items[]
>VPropertypublic\Zend_Service_Ebay_Finding_PaginationOutput $paginationOutput
Indicates the pagination of the result set.
Child elements indicate the page number that is returned, the maximum number of item listings to return per page, total number of pages that can be returned, and the total number of listings that match the search criteria.
Details
Type
\Zend_Service_Ebay_Finding_PaginationOutput
>VPropertypublic\Zend_Service_Ebay_Finding_Search_Result $searchResult
Container for the item listings that matched the search criteria.
The data for each item is returned in individual containers, if any matches were found.
Details
Type
\Zend_Service_Ebay_Finding_Search_Result

Methods

methodprotected_init() : void

methodpublicpage(\Zend_Service_Ebay_Finding $proxy, integer $number) : \Zend_Service_Ebay_Finding_Response_Items

Parameters
NameTypeDescription
$proxy\Zend_Service_Ebay_Finding
$numberinteger
Returns
TypeDescription
\Zend_Service_Ebay_Finding_Response_Items
Throws
ExceptionDescription
\Zend_Service_Ebay_Finding_ExceptionWhen $number is invalid
methodpublicpageLast(\Zend_Service_Ebay_Finding $proxy, integer $max = self::PAGE_MAX_DEFAULT) : \Zend_Service_Ebay_Finding_Response_Items

Parameters
NameTypeDescription
$proxy\Zend_Service_Ebay_Finding
$maxinteger
Returns
TypeDescription
\Zend_Service_Ebay_Finding_Response_Items
methodpublicpageNext(\Zend_Service_Ebay_Finding $proxy, integer $max = self::PAGE_MAX_DEFAULT) : \Zend_Service_Ebay_Finding_Response_Items

Parameters
NameTypeDescription
$proxy\Zend_Service_Ebay_Finding
$maxinteger
Returns
TypeDescription
\Zend_Service_Ebay_Finding_Response_Items
Documentation was generated by phpDocumentor 2.2.0 .