Service/Ebay/Finding/Category/Histogram/Set.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-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service
- Subpackage
- Ebay
- Version
- $Id: Set.php 20166 2010-01-09 19:00:17Z bkarwin $
\Zend_Service_Ebay_Finding_Category_Histogram_Set
Package: Zend\Service\Ebay







- Parent(s)
- \Zend_Service_Ebay_Finding_Set_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_Set_Abstract
Properties

integer $_key = 0inheritedInherited from:
\Zend_Service_Ebay_Finding_Set_Abstract::$$_key
Default value
0Details- Type
- integer
- Inherited_from
- \Zend_Service_Ebay_Finding_Set_Abstract::$$_key

\DOMNodeList $_nodesinheritedInherited from:
\Zend_Service_Ebay_Finding_Set_Abstract::$$_nodes
Details
- Type
- \DOMNodeList
- Inherited_from
- \Zend_Service_Ebay_Finding_Set_Abstract::$$_nodes
Methods

__construct(\DOMNodeList $nodes) : voidinheritedInherited from:
\Zend_Service_Ebay_Finding_Set_Abstract::__construct()
Parameters
| Name | Type | Description |
|---|---|---|
| $nodes | \DOMNodeList |

count() : integerinherited
Implement Countable::current()
Inherited from: \Zend_Service_Ebay_Finding_Set_Abstract::count()Returns
| Type | Description |
|---|---|
| integer |

current() : \Zend_Service_Ebay_Finding_Category_HistogramImplement SeekableIterator::current()
Returns
| Type | Description |
|---|---|
| \Zend_Service_Ebay_Finding_Category_Histogram |

rewind() : voidinherited
Implement Iterator::rewind()
Inherited from: \Zend_Service_Ebay_Finding_Set_Abstract::rewind()
seek(integer $key) : voidinherited
Implement SeekableIterator::seek()
Inherited from: \Zend_Service_Ebay_Finding_Set_Abstract::seek()Parameters
Throws
| Name | Type | Description |
|---|---|---|
| $key | integer |
| Exception | Description |
|---|---|
| \OutOfBoundsException | When $key is not seekable |

valid() : booleaninherited
Implement Iterator::valid()
Inherited from: \Zend_Service_Ebay_Finding_Set_Abstract::valid()Returns
| Type | Description |
|---|---|
| boolean |