category Zend
package Zend_Service
subpackage Ebay
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
uses
inherited_from \Zend_Service_Ebay_Finding_Abstract

 Methods

__construct()

__construct(\DOMElement $dom) : void
Inherited

Parameters

$dom

\DOMElement

attributes()

attributes(string $tag, string $attribute = null) : mixed
Inherited

Parameters

$tag

string

$attribute

string

Returns

mixed

getDom()

getDom() : \DOMElement
Inherited

Returns

\DOMElement

getOperation()

getOperation() : string

Returns

string

getOption()

getOption(string $name = null) : mixed

Parameters

$name

string

Returns

mixed

getXPath()

getXPath() : \DOMXPath
Inherited

Returns

\DOMXPath

setOperation()

setOperation(string $operation) : \Zend_Service_Ebay_Finding_Response_Abstract

Parameters

$operation

string

Returns

\Zend_Service_Ebay_Finding_Response_AbstractProvides a fluent interface

setOption()

setOption(string|\Zend_Config|array $name, mixed $value = null) : \Zend_Service_Ebay_Finding_Response_Abstract

Parameters

$name

string\Zend_Configarray

$value

mixed

Returns

\Zend_Service_Ebay_Finding_Response_AbstractProvides a fluent interface

Initialize object.

_init() : void

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

inherited_from \Zend_Service_Ebay_Finding_Abstract::_init()

Initialize object.

_init() : void
Inherited

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

Load DOMXPath for current DOM object.

_initXPath() : void
Inherited
see

_query()

_query(string $path, string $type, string $array = false) : mixed
Inherited

Parameters

$path

string

$type

string

$array

string

When true means it expects more than one node occurence

Returns

mixed

 Properties

 

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

$ack : string

Default

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.
 

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

$errorMessage : \Zend_Service_Ebay_Finding_Error_Message

Default

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

 

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

$timestamp : string

Default

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.

 

The release version that eBay used to process the request.

$version : string

Default

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

 

$_attributes

$_attributes : array

Default

array()
 

$_dom

$_dom : \DOMElement

Default

 

$_operation

$_operation : string

Default

 

$_options

$_options : array

Default

array()
 

$_xPath

$_xPath : \DOMXPath

Default