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_Category

 Methods

__construct()

__construct(\DOMElement $dom) : void
Inherited

Parameters

$dom

\DOMElement

attributes()

attributes(string $tag, string $attribute = null) : mixed
Inherited

Parameters

$tag

string

$attribute

string

Returns

mixed

findItems()

findItems(\Zend_Service_Ebay_Finding $proxy, \Zend_Config|array $options = null) : \Zend_Service_Ebay_Finding_Response_Items
Inherited

Parameters

$proxy

\Zend_Service_Ebay_Finding

$options

\Zend_Configarray

Returns

\Zend_Service_Ebay_Finding_Response_Items

getDom()

getDom() : \DOMElement
Inherited

Returns

\DOMElement

getXPath()

getXPath() : \DOMXPath
Inherited

Returns

\DOMXPath

Initialize object.

_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_Category::_init()

Initialize object.

_init() : void
Inherited

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

Load DOMXPath for current DOM object.

_initXPath() : void
Inherited
see

_query()

_query(string $path, string $type, string $array = false) : mixed
Inherited

Parameters

$path

string

$type

string

$array

string

When true means it expects more than one node occurence

Returns

mixed

 Properties

 

The unique ID of a category on the specified eBay site.

$categoryId : string

Default

 

Display name of a category as it appears on the eBay Web site.

$categoryName : string

Default

 

Container for histogram information pertaining to a child of the category specified in the request.

$childCategoryHistogram : \Zend_Service_Ebay_Finding_Category_Histogram_Set

Default

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.

 

The total number of items in the associated category that match the search criteria.

$count : integer

Default

 

$_attributes

$_attributes : array

Default

array()
 

$_dom

$_dom : \DOMElement

Default

 

$_xPath

$_xPath : \DOMXPath

Default