Class Zend_Service_Flickr_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/Flickr/ResultSet.php (line 38)


	
			
Variable Summary
Method Summary
 void __construct ( $dom, Zend_Service_Flickr $flickr)
 int key ()
 void next ()
 void rewind ()
 void seek (int $index)
 int totalResults ()
 boolean valid ()
Variables
int $firstResultPosition (line 59)

The offset of this result set in the total set of available results

  • access: public
int $totalResultsAvailable (line 45)

Total number of available results

  • access: public
int $totalResultsReturned (line 52)

Number of results in this result set

  • access: public
DOMNodeList $_results = null (line 66)

Results storage

  • access: protected
Methods
Constructor __construct (line 89)

Parse the Flickr Result Set

  • access: public
void __construct ( $dom, Zend_Service_Flickr $flickr)
current (line 126)

Implements SeekableIterator::current()

  • access: public

Implementation of:
SeekableIterator::current
key (line 136)

Implements SeekableIterator::key()

  • access: public
int key ()

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

Implements SeekableIterator::next()

  • access: public
void next ()

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

Implements SeekableIterator::rewind()

  • access: public
void rewind ()

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

Implements SeekableIterator::seek()

  • throws: OutOfBoundsException
  • access: public
void seek (int $index)
  • int $index

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

Total Number of results returned

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

Implements SeekableIterator::valid()

  • access: public
boolean valid ()

Implementation of:
SeekableIterator::valid

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