Service/Ebay/Finding/Category/Histogram.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: Histogram.php 22791 2010-08-04 16:11:47Z renanbr $
\Zend_Service_Ebay_Finding_Category_Histogram
- Parent(s)
- \Zend_Service_Ebay_Finding_Category < \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_Category
Properties


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


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


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


string $categoryId =
The unique ID of a category on the specified eBay site.
Inherited from: \Zend_Service_Ebay_Finding_Category::$$categoryId- Type
- string
- Inherited_from
- \Zend_Service_Ebay_Finding_Category::$$categoryId


string $categoryName =
Display name of a category as it appears on the eBay Web site.
Inherited from: \Zend_Service_Ebay_Finding_Category::$$categoryName- Type
- string
- Inherited_from
- \Zend_Service_Ebay_Finding_Category::$$categoryName


\Zend_Service_Ebay_Finding_Category_Histogram_Set $childCategoryHistogram =
Container for histogram information pertaining to a child of the category specified in the request.
Histograms return data on up to 10 children. Histograms are only a single level deep. That is, a given category histogram contains only immediate children.
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()\Zend_Service_Ebay_Finding_Category::_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 |


findItems(\Zend_Service_Ebay_Finding $proxy, \Zend_Config | array $options = null) : \Zend_Service_Ebay_Finding_Response_Items
Name | Type | Description |
---|---|---|
$proxy | \Zend_Service_Ebay_Finding | |
$options | \Zend_Config | array |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Items |


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


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