Service/Ebay/Finding/Set/Abstract.php

Show: PublicProtectedPrivateinherited
Table of Contents
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-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Service  
Subpackage
Ebay  
Version
$Id: Abstract.php 20166 2010-01-09 19:00:17Z bkarwin $  

\Zend_Service_Ebay_Finding_Set_Abstract

Package: Zend_Service\Ebay
Implements
Children
\Zend_Service_Ebay_Finding_Error_Data_Set
\Zend_Service_Ebay_Finding_Aspect_Set
\Zend_Service_Ebay_Finding_Aspect_Histogram_Value_Set
\Zend_Service_Ebay_Finding_Category_Histogram_Set
\Zend_Service_Ebay_Finding_Search_Item_Set
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedinteger $_key = 0
Default value0Details
Type
integer
>VPropertyprotected\DOMNodeList $_nodes
Details
Type
\DOMNodeList

Methods

methodpublic__construct(\DOMNodeList $nodes) : void

Parameters
NameTypeDescription
$nodes\DOMNodeList
methodprotected_init() : void

Initialize object.

Called from {@link __construct()} as final step of object initialization.
methodpubliccount() : integer

Implement Countable::current()

Returns
TypeDescription
integer
methodpublickey() : integer

Implement Iterator::key()

Returns
TypeDescription
integer
methodpublicnext() : void

Implement Iterator::next()

methodpublicrewind() : void

Implement Iterator::rewind()

methodpublicseek(integer $key) : void

Implement SeekableIterator::seek()

Parameters
NameTypeDescription
$keyinteger
Throws
ExceptionDescription
\OutOfBoundsExceptionWhen $key is not seekable
methodpublicvalid() : boolean

Implement Iterator::valid()

Returns
TypeDescription
boolean
Documentation was generated by phpDocumentor 2.2.0 .