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 |
__construct(\DOMElement $dom) : void
\DOMElement
attributes(string $tag, string $attribute = null
) : mixed
string
string
mixed
getDom() : \DOMElement
\DOMElement
getXPath() : \DOMXPath
\DOMXPath
_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() |
---|
_init() : void
Post construct logic, classes must read their members here. Called from __construct() as final step of object initialization.
_query(string $path, string $type, string $array = false
) : mixed
string
string
string
When true means it expects more than one node occurence
mixed
$aspect : \Zend_Service_Ebay_Finding_Aspect_Set
For example, "Optical Zoom", "Brand", and "Megapixels" could be aspects of the Digital Cameras domain. Aspects are well-known, standardized characteristics of a domain, and they vary from domain to domain (the aspects of "Men's Shoes" are different from those of "Digital Cameras"). A search request on the eBay site will often display aspects and their respective aspect values on the left-had side of a query response.
Aspects are extracted from item listing properties (such as item titles and subtitles), and represent the characteristics of active items. Values returned in the Aspect container can be used as inputs to the aspectFilter fields in a query to distill the items returned by the query. eBay generates aspects dynamically from the items currently listed; aspects provide a view into what is currently available on eBay. Because of this, aspect values returned one day cannot be guaranteed to be valid the next day.
$domainDisplayName : string
Domains are extracted from item listing properties, such as the title, descriptions, and so on.
$domainName : string
For example "Women's Dresses" or "Digital Cameras" could be domains. You can use a domainName to label a set of aspects that you display.
$_attributes : array
array()
$_dom : \DOMElement
$_xPath : \DOMXPath