Service/Ebay/Finding/SellingStatus.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: SellingStatus.php 22791 2010-08-04 16:11:47Z renanbr $  

\Zend_Service_Ebay_Finding_SellingStatus

Package: Zend\Service\Ebay

Parent(s)
\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_Abstract  

Properties

Propertyprotectedarray $_attributes = array()
Default valuearray()Details
Type
array
Inherited_from
\Zend_Service_Ebay_Finding_Abstract::$$_attributes  
Propertyprotected\DOMElement $_dom =
Propertyprotected\DOMXPath $_xPath =
Propertypublicinteger $bidCount =

The number of bids that have been placed on the item.

Details
Type
integer
Propertypublicfloat $convertedCurrentPrice =

The listing's current price converted to the currency of the site specified in the find request (globalId).

Details
Type
float
Propertypublicfloat $currentPrice =

The current price of the item given in the currency of the site on which the item is listed.

That is, currentPrice is returned in the original listing currency.

For competitive-bid item listings, currentPrice is the current minimum bid price if the listing has no bids, or the current high bid if the listing has bids. A Buy It Now price has no effect on currentPrice.

For Basic Fixed-Price (FixedPrice), Store Inventory (StoreInventory), and Ad Format (AdFormat) listings, currentPrice is the current fixed price.

Details
Type
float
Propertypublicstring $sellingState =

Specifies the listing's status in eBay's processing workflow.

If an item's EndTime is in the past, but there are no details about the buyer or high bidder (and the user is not anonymous), you can use sellingState information to determine whether eBay has finished processing the listing.

Applicable values:

Active
The listing is still live. It is also possible that the auction has
recently ended, but eBay has not completed the final processing
(e.g., the high bidder is still being determined).

Canceled
The listing has been canceled by either the seller or eBay.

Ended
The listing has ended and eBay has completed the processing of the
sale (if any).
Details
Type
string
Propertypublicstring $timeLeft =

Time left before the listing ends.

The duration is represented in the ISO 8601 duration format (PnYnMnDTnHnMnS). For listings that have ended, the time left is PT0S (zero seconds). See the "duration" type for information about this time format.

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
methodpublicgetXPath() : \DOMXPath
Returns
Type Description
\DOMXPath
Documentation was generated by phpDocumentor 2.0.0a8.