Service/Ebay/Finding/Response/Abstract.php

Show: inherited
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 [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: Abstract.php 22824 2010-08-09 18:59:54Z renanbr $  

\Zend_Service_Ebay_Finding_Response_Abstract

Package: Zend\Service\Ebay

Parent(s)
\Zend_Service_Ebay_Finding_Abstract
Children
\Zend_Service_Ebay_Finding_Response_Keywords
\Zend_Service_Ebay_Finding_Response_Histograms
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_Abstract  

Properties

Propertyprotectedarray $_attributes = array()
Default valuearray()Details
Type
array
Inherited_from
\Zend_Service_Ebay_Finding_Abstract::$$_attributes  
Propertyprotected\DOMElement $_dom =
Propertyprotectedstring $_operation =

Details
Type
string
Propertyprotectedarray $_options = array()

Default valuearray()Details
Type
array
Propertyprotected\DOMXPath $_xPath =
Propertypublicstring $ack =

Indicates whether or not errors or warnings were generated during the processing of the request.

Applicable 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.
Details
Type
string
Propertypublic\Zend_Service_Ebay_Finding_Error_Message $errorMessage =

Information regarding an error or warning that occurred when eBay processed the request.

Not returned when the ack value is Success. Run-time errors are not reported here.

Details
Type
\Zend_Service_Ebay_Finding_Error_Message
Propertypublicstring $timestamp =

This value represents the date and time when eBay processed the request.

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

Details
Type
string
Propertypublicstring $version =

The release version that eBay used to process the request.

Developer Technical Support may ask you for the version value if you work with them to troubleshoot issues.

Details
Type
string

Methods

methodpublic__construct(\DOMElement $dom) : void
Parameters
Name Type Description
$dom \DOMElement
methodprotected_init() : void

Initialize object.

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

methodprotected_initXPath() : void
inherited

Load DOMXPath for current DOM object.

Inherited from: \Zend_Service_Ebay_Finding_Abstract::_initXPath()
Details
See
\global\Zend_Service_Ebay_Finding::_parseResponse()  
methodprotected_query(string $path, string $type, string $array = false) : mixed
Parameters
Name Type Description
$path string
$type string
$array string

When true means it expects more than one node occurence

Returns
Type Description
mixed
methodpublicattributes(string $tag, string $attribute = null) : mixed
Parameters
Name Type Description
$tag string
$attribute string
Returns
Type Description
mixed
methodpublicgetDom() : \DOMElement
Returns
Type Description
\DOMElement
methodpublicgetOperation() : string

Returns
Type Description
string
methodpublicgetOption(string $name = null) : mixed

Parameters
Name Type Description
$name string
Returns
Type Description
mixed
methodpublicgetXPath() : \DOMXPath
Returns
Type Description
\DOMXPath
methodpublicsetOperation(string $operation) : \Zend_Service_Ebay_Finding_Response_Abstract

Parameters
Name Type Description
$operation string
Returns
Type Description
\Zend_Service_Ebay_Finding_Response_Abstract Provides a fluent interface
methodpublicsetOption(string | \Zend_Config | array $name, mixed $value = null) : \Zend_Service_Ebay_Finding_Response_Abstract

Parameters
Name Type Description
$name string | \Zend_Config | array
$value mixed
Returns
Type Description
\Zend_Service_Ebay_Finding_Response_Abstract Provides a fluent interface
Documentation was generated by phpDocumentor 2.0.0a8.