Service/Ebay/Finding/Aspect/Histogram/Container.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 license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service
- Subpackage
- Ebay
- Version
- $Id: Container.php 22791 2010-08-04 16:11:47Z renanbr $
\Zend_Service_Ebay_Finding_Aspect_Histogram_Container
Package: Zend_Service\Ebay
- Parent(s)
- \Zend_Service_Ebay_Finding_Abstract
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Uses
Properties
\Zend_Service_Ebay_Finding_Aspect_Set $aspect
A characteristic of an item in a domain.
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.
Detailsstring $domainDisplayName
A buy-side group of items, for example "Shoes.".
Domains are extracted from item listing properties, such as the title,
descriptions, and so on.
Details- Type
- string