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.
int $_currentIndex = '0'
Current Index for SeekableIterator
DOMDocument $_dom = ''
Yahoo Web Service Return Document
DOMNodeList $_results = ''
A DOMNodeList of results
DOMXPath $_xpath = ''
Xpath Object for $this->_dom
int $firstResultPosition = ''
The offset in the total result set of this search set
int $totalResultsAvailable = ''
Total number of results available
int $totalResultsReturned = ''
The number of results in this result set
__construct(
DOMDocument $dom
)
:
void
Parse the search response and retrieve the results for iteration
current(
)
:
Zend_Service_Yahoo_Result
Implement SeekableIterator::current()
Must be implemented by child classes
key(
)
:
int
Implement SeekableIterator::key()
next(
)
:
void
Implement SeekableIterator::next()
rewind(
)
:
void
Implement SeekableIterator::rewind()
seek(
int $index
)
:
void
Implement SeekableIterator::seek()
totalResults(
)
:
int
Total Number of results returned
valid(
)
:
boolean
Implement SeekableIterator::valid()