Service/Ebay/Finding/Aspect/Histogram/Container.php

Show: PublicProtectedPrivateinherited
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 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

>VPropertypublic\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.
Details
Type
\Zend_Service_Ebay_Finding_Aspect_Set
>VPropertypublicstring $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
>VPropertypublicstring $domainName
A buy-side group of items that share aspects, but not necessarily an eBay category.
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.
Details
Type
string

Methods

methodprotected_init() : void

Documentation was generated by phpDocumentor 2.2.0 .