Service/Ebay/Finding/Response/Items.php
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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 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
- 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-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Uses
- \global\Zend_Service_Ebay_Finding_Response_Histograms
Constants
Properties


array $_attributes = array()
array()
Details- Type
- array
- Inherited_from
- \Zend_Service_Ebay_Finding_Abstract::$$_attributes
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Abstract::$$_attributes
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Histograms::$$_attributes


\DOMElement $_dom =
- Type
- \DOMElement
- Inherited_from
- \Zend_Service_Ebay_Finding_Abstract::$$_dom
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Abstract::$$_dom
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Histograms::$$_dom


string $_operation =
- Type
- string
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Abstract::$$_operation
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Histograms::$$_operation


array $_options = array()
array()
Details- Type
- array
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Abstract::$$_options
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Histograms::$$_options


\Zend_Service_Ebay_Finding_Response_Items[] $_pageCache = array()
array()
Details


\DOMXPath $_xPath =
- Type
- \DOMXPath
- Inherited_from
- \Zend_Service_Ebay_Finding_Abstract::$$_xPath
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Abstract::$$_xPath
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Histograms::$$_xPath


string $ack =
Indicates whether or not errors or warnings were generated during the processing of the request.
Inherited from: \Zend_Service_Ebay_Finding_Response_Abstract::$$ack\Zend_Service_Ebay_Finding_Response_Histograms::$$ackApplicable values:
Failure
eBay encountered a fatal error during the processing of the request,
causing the request to fail. When a serious application-level error
occurs, the error is returned instead of the business data.
PartialFailure
eBay successfully processed the request, but one or more non-fatal
errors occurred during the processing. For best results, requests
should return without warning messages. Inspect the message details
and resolve any problems before resubmitting the request.
Success
eBay successfully processed the request and the business data is
returned in the response. Note that it is possible for a response to
return Success, but still not contain the expected data in the result.
Warning
The request was successfully processed, but eBay encountered a
non-fatal error during the processing. For best results, requests
should return without warnings. Inspect the warning details and
resolve the problem before resubmitting the request.
- Type
- string
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Abstract::$$ack
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Histograms::$$ack


\Zend_Service_Ebay_Finding_Aspect_Histogram_Container $aspectHistogramContainer =
Response container for aspect histograms.
Inherited from: \Zend_Service_Ebay_Finding_Response_Histograms::$$aspectHistogramContainerAspect histograms are returned for categories that have been mapped to domains only. In most cases, just leaf categories are mapped to domains, but there are exceptions.


\Zend_Service_Ebay_Finding_Category_Histogram_Container $categoryHistogramContainer =
Response container for category histograms.
Inherited from: \Zend_Service_Ebay_Finding_Response_Histograms::$$categoryHistogramContainerThis container is returned only when the specified category has children categories.


\Zend_Service_Ebay_Finding_Error_Message $errorMessage =
Information regarding an error or warning that occurred when eBay processed the request.
Inherited from: \Zend_Service_Ebay_Finding_Response_Abstract::$$errorMessage\Zend_Service_Ebay_Finding_Response_Histograms::$$errorMessageNot returned when the ack value is Success. Run-time errors are not reported here.


\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.


\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.


string $timestamp =
This value represents the date and time when eBay processed the request.
Inherited from: \Zend_Service_Ebay_Finding_Response_Abstract::$$timestamp\Zend_Service_Ebay_Finding_Response_Histograms::$$timestampThis value is returned in GMT, the ISO 8601 date and time format (YYYY-MM-DDTHH:MM:SS.SSSZ). See the "dateTime" type for information about the time format, and for details on converting to and from the GMT time zone.
- Type
- string
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Abstract::$$timestamp
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Histograms::$$timestamp


string $version =
The release version that eBay used to process the request.
Inherited from: \Zend_Service_Ebay_Finding_Response_Abstract::$$version\Zend_Service_Ebay_Finding_Response_Histograms::$$versionDeveloper Technical Support may ask you for the version value if you work with them to troubleshoot issues.
- Type
- string
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Abstract::$$version
- Inherited_from
- \Zend_Service_Ebay_Finding_Response_Histograms::$$version
Methods


__construct(\DOMElement $dom) : void
Name | Type | Description |
---|---|---|
$dom | \DOMElement |


_init() : void
Initialize object.
Post construct logic, classes must read their members here. Called from __construct() as final step of object initialization.


_initXPath() : void
Load DOMXPath for current DOM object.
Inherited from: \Zend_Service_Ebay_Finding_Abstract::_initXPath()\Zend_Service_Ebay_Finding_Response_Abstract::_initXPath()\Zend_Service_Ebay_Finding_Response_Histograms::_initXPath()- See
- \global\Zend_Service_Ebay_Finding::_parseResponse()


_query(string $path, string $type, string $array = false) : mixed
Name | Type | Description |
---|---|---|
$path | string | |
$type | string | |
$array | string | When true means it expects more than one node occurence |
Type | Description |
---|---|
mixed |


attributes(string $tag, string $attribute = null) : mixed
Name | Type | Description |
---|---|---|
$tag | string | |
$attribute | string |
Type | Description |
---|---|
mixed |


getDom() : \DOMElement
Type | Description |
---|---|
\DOMElement |


getOperation() : string
Type | Description |
---|---|
string |


getOption(string $name = null) : mixed
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
mixed |


getXPath() : \DOMXPath
Type | Description |
---|---|
\DOMXPath |


page(\Zend_Service_Ebay_Finding $proxy, integer $number) : \Zend_Service_Ebay_Finding_Response_Items
Name | Type | Description |
---|---|---|
$proxy | \Zend_Service_Ebay_Finding | |
$number | integer |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Items |
Exception | Description |
---|---|
\Zend_Service_Ebay_Finding_Exception | When $number is invalid |


pageFirst(\Zend_Service_Ebay_Finding $proxy) : \Zend_Service_Ebay_Finding_Response_Items
Name | Type | Description |
---|---|---|
$proxy | \Zend_Service_Ebay_Finding |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Items |


pageLast(\Zend_Service_Ebay_Finding $proxy, integer $max = self::PAGE_MAX_DEFAULT) : \Zend_Service_Ebay_Finding_Response_Items
Name | Type | Description |
---|---|---|
$proxy | \Zend_Service_Ebay_Finding | |
$max | integer |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Items |


pageNext(\Zend_Service_Ebay_Finding $proxy, integer $max = self::PAGE_MAX_DEFAULT) : \Zend_Service_Ebay_Finding_Response_Items
Name | Type | Description |
---|---|---|
$proxy | \Zend_Service_Ebay_Finding | |
$max | integer |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Items |


pagePrevious(\Zend_Service_Ebay_Finding $proxy) : \Zend_Service_Ebay_Finding_Response_Items
Name | Type | Description |
---|---|---|
$proxy | \Zend_Service_Ebay_Finding |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Items |


setOperation(string $operation) : \Zend_Service_Ebay_Finding_Response_Abstract
Name | Type | Description |
---|---|---|
$operation | string |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Abstract | Provides a fluent interface |


setOption(string | \Zend_Config | array $name, mixed $value = null) : \Zend_Service_Ebay_Finding_Response_Abstract
Name | Type | Description |
---|---|---|
$name | string | \Zend_Config | array | |
$value | mixed |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Abstract | Provides a fluent interface |