Class Zend_Service_Yahoo_ResultSet

Description

Implements interfaces:

  • SeekableIterator (internal interface)

  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Service/Yahoo/ResultSet.php (line 32)


	
			
Direct descendents
Variable Summary
Method Summary
 void __construct ( $dom)
 int key ()
 void next ()
 void rewind ()
 int totalResults ()
 boolean valid ()
Variables
int $firstResultPosition (line 53)

The offset in the total result set of this search set

  • access: public
int $totalResultsAvailable (line 39)

Total number of results available

  • access: public
int $totalResultsReturned (line 46)

The number of results in this result set

  • access: public
int $_currentIndex = 0 (line 81)

Current Index for SeekableIterator

  • access: protected
DOMDocument $_dom (line 67)

Yahoo Web Service Return Document

  • access: protected
DOMNodeList $_results (line 60)

A DOMNodeList of results

  • access: protected
DOMXPath $_xpath (line 74)

Xpath Object for $this->_dom

  • access: protected
Methods
Constructor __construct (line 90)

Parse the search response and retrieve the results for iteration

  • access: public
void __construct ( $dom)
  • DOMDocument $dom: the REST fragment for this object

Redefined in descendants as:
current (line 124)

Implement SeekableIterator::current()

Must be implemented by child classes

  • throws: Zend_Service_Exception
  • access: public

Implementation of:
SeekableIterator::current

Redefined in descendants as:
key (line 140)

Implement SeekableIterator::key()

  • access: public
int key ()

Implementation of:
SeekableIterator::key
next (line 151)

Implement SeekableIterator::next()

  • access: public
void next ()

Implementation of:
SeekableIterator::next
rewind (line 162)

Implement SeekableIterator::rewind()

  • access: public
void rewind ()

Implementation of:
SeekableIterator::rewind
seek (line 175)

Implement SeekableIterator::seek()

  • throws: Zend_Service_Exception
  • access: public
Zend_Service_Yahoo_Result seek (int $index)
  • int $index

Implementation of:
SeekableIterator::seek
totalResults (line 110)

Total Number of results returned

  • return: Total number of results returned
  • access: public
int totalResults ()
valid (line 191)

Implement SeekableIterator::valid()

  • access: public
boolean valid ()

Implementation of:
SeekableIterator::valid

Documentation generated on Sun, 27 May 2007 23:27:15 -0700 by phpDocumentor 1.3.2