Class Zend_Service_Flickr_ResultSet

Description

Implements interfaces:

  • license: Zend
  • copyright: Copyright (c) 2005-2006 Zend Technologies Inc. (http://www.zend.com)

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


	
			
Variable Summary
Method Summary
 Zend_Service_Flickr_ResultSet __construct (DomDocument $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 54)
  • access: public
int $totalResultsAvailable (line 44)
  • var: the total number of results available
  • access: public
mixed $totalResultsReturned (line 49)
  • access: public
int $_currentItem = 0 (line 69)
  • var: Current Item for the Iterator
  • access: private
Zend_Service_Flickr $_flickr (line 59)
  • var: Original Zend_Service_Flickr object with which the request was made
  • access: private
int $_perPage (line 64)
  • var: How many items Per Page
  • access: private
array $_results (line 39)
  • var: an array of XNC_Services_Flickr_GenericSearchResult results
  • access: protected
Methods
Constructor __construct (line 77)

Parse the Flickr Result Set

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

Return the Current Item

  • access: public
key (line 124)

Implement SeekableIterator::key

  • access: public
int key ()
next (line 132)

Implement SeekableIterator::next

  • access: public
void next ()
rewind (line 142)

Implement SeekableIterator::rewind

  • access: public
boolean rewind ()
seek (line 155)

Implement SeekableIterator::seek

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

Total Number of results returned

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

Implement SeekableIterator::valid

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

Documentation generated on Tue, 18 Apr 2006 11:55:32 -0700 by phpDocumentor 1.3.0RC3