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.

__construct(
\DOMNodeList $nodes
)
:
void
Name | Type | Description |
---|---|---|
$nodes | \DOMNodeList |

_init(
)
:
void
Initialize object.
Inherited from: \Zend_Service_Ebay_Finding_Set_Abstract::_init()Called from {@link __construct()} as final step of object initialization.

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

current(
)
:
\Zend_Service_Ebay_Finding_Aspect
Implement SeekableIterator::current()
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Aspect |

key(
)
:
integer
Implement Iterator::key()
Inherited from: \Zend_Service_Ebay_Finding_Set_Abstract::key()Type | Description |
---|---|
integer |

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

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