Service/Ebay/Finding/Error/Data/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 [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: Set.php 20166 2010-01-09 19:00:17Z bkarwin $
\Zend_Service_Ebay_Finding_Error_Data_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 = 0
inheritedInherited from:
\Zend_Service_Ebay_Finding_Set_Abstract::$$_key
Default value
0Details- Type
- integer
- Inherited_from
- \Zend_Service_Ebay_Finding_Set_Abstract::$$_key

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

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

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

current() : \Zend_Service_Ebay_Finding_Error_DataImplement SeekableIterator::current()
Returns
| Type | Description |
|---|---|
| \Zend_Service_Ebay_Finding_Error_Data |

rewind() : void
inherited
Implement Iterator::rewind()
Inherited from: \Zend_Service_Ebay_Finding_Set_Abstract::rewind()
seek(integer $key) : void
inherited
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() : boolean
inherited
Implement Iterator::valid()
Inherited from: \Zend_Service_Ebay_Finding_Set_Abstract::valid()
Returns
| Type | Description |
|---|---|
| boolean |