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 [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: Container.php 22791 2010-08-04 16:11:47Z renanbr $
\Zend_Service_Ebay_Finding_Aspect_Histogram_Container
- 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


array $_attributes = array()
array()
Details- Type
- array
- Inherited_from
- \Zend_Service_Ebay_Finding_Abstract::$$_attributes


\DOMElement $_dom =
- Type
- \DOMElement
- Inherited_from
- \Zend_Service_Ebay_Finding_Abstract::$$_dom


\DOMXPath $_xPath =
- Type
- \DOMXPath
- Inherited_from
- \Zend_Service_Ebay_Finding_Abstract::$$_xPath


\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.


string $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.
- Type
- string
Methods


__construct(\DOMElement $dom) : void
Name | Type | Description |
---|---|---|
$dom | \DOMElement |


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


_initXPath() : void
Load DOMXPath for current DOM object.
Inherited from: \Zend_Service_Ebay_Finding_Abstract::_initXPath()- See
- \global\Zend_Service_Ebay_Finding::_parseResponse()


_query(string $path, string $type, string $array = false) : mixed
Name | Type | Description |
---|---|---|
$path | string | |
$type | string | |
$array | string | When true means it expects more than one node occurence |
Type | Description |
---|---|
mixed |


attributes(string $tag, string $attribute = null) : mixed
Name | Type | Description |
---|---|---|
$tag | string | |
$attribute | string |
Type | Description |
---|---|
mixed |


getDom() : \DOMElement
Type | Description |
---|---|
\DOMElement |


getXPath() : \DOMXPath
Type | Description |
---|---|
\DOMXPath |