Class Zend_Service_Flickr_ResultSet

Description

Implements interfaces:

  • SeekableIterator (internal interface)

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

Located in /Zend/Service/Flickr/ResultSet.php (line 36)


	
			
Variable Summary
Method Summary
 Zend_Service_Flickr_ResultSet __construct ( $dom, Zend_Service_Flickr $flickr)
 int key ()
 void next ()
 boolean rewind ()
 Zend_Service_Flickr_Result seek (integer $item)
 int totalResults ()
 boolean valid ([int $item = null])
Variables
mixed $firstResultPosition (line 56)
  • access: public
int $totalResultsAvailable (line 46)
  • var: the total number of results available
  • access: public
mixed $totalResultsReturned (line 51)
  • access: public
array $_results (line 41)
  • var: an array of XNC_Services_Flickr_GenericSearchResult results
  • access: protected
Methods
Constructor __construct (line 79)

Parse the Flickr Result Set

  • access: public
Zend_Service_Flickr_ResultSet __construct ( $dom, Zend_Service_Flickr $flickr)
current (line 116)

Return the Current Item

  • access: public

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

Implement SeekableIterator::key

  • access: public
int key ()

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

Implement SeekableIterator::next

  • access: public
void next ()

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

Implement SeekableIterator::rewind

  • access: public
boolean rewind ()

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

Implement SeekableIterator::seek

  • access: public
  • throws: Zend_Service_Exception
Zend_Service_Flickr_Result seek (integer $item)
  • integer $item

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

Total Number of results returned

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

Implement SeekableIterator::valid

  • access: public
boolean valid ([int $item = null])
  • int $item

Implementation of:
SeekableIterator::valid

Documentation generated on Thu, 18 Jan 2007 09:58:36 -0800 by phpDocumentor 1.3.1