API Documentation

Service/Flickr/ResultSet.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Flickr
version
$Id: ResultSet.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Flickr_ResultSet

Description

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.

Zend_Service_Flickr_ResultSet

Implements
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Flickr
Properties
$totalResultsAvailable
$totalResultsReturned
$firstResultPosition
$_results
$_flickr
$_currentIndex
Methods
__construct
totalResults
current
key
next
rewind
seek
valid

Description

Properties

$_currentIndex

int $_currentIndex = '0'

Current index for the Iterator

Details

$_currentIndex
int
visibility
private
default
0
final
false
static
false

$_flickr

Zend_Service_Flickr $_flickr = ''

Reference to Zend_Service_Flickr object with which the request was made

Details

$_flickr
Zend_Service_Flickr
visibility
private
default
final
false
static
false

$_results

DOMNodeList $_results = 'null'

Results storage

Details

$_results
DOMNodeList
visibility
protected
default
null
final
false
static
false

$firstResultPosition

int $firstResultPosition = ''

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

Details

$firstResultPosition
int
visibility
public
default
final
false
static
false

$totalResultsAvailable

int $totalResultsAvailable = ''

Total number of available results

Details

$totalResultsAvailable
int
visibility
public
default
final
false
static
false

$totalResultsReturned

int $totalResultsReturned = ''

Number of results in this result set

Details

$totalResultsReturned
int
visibility
public
default
final
false
static
false

Methods

__construct

__construct( DOMDocument $dom, Zend_Service_Flickr $flickr ) : void

Parse the Flickr Result Set

Arguments
$dom
DOMDocument
$flickr
Zend_Service_Flickr
Details
visibility
public
final
false
static
false

current

current( ) : Zend_Service_Flickr_Result

Implements SeekableIterator::current()

Details
visibility
public
final
false
static
false

key

key( ) : int

Implements SeekableIterator::key()

Output
int
Details
visibility
public
final
false
static
false

next

next( ) : void

Implements SeekableIterator::next()

Details
visibility
public
final
false
static
false

rewind

rewind( ) : void

Implements SeekableIterator::rewind()

Details
visibility
public
final
false
static
false

seek

seek( int $index ) : void

Implements SeekableIterator::seek()

Arguments
$index
int
Details
visibility
public
final
false
static
false
throws

totalResults

totalResults( ) : int

Total Number of results returned

Output
int
Total number of results returned
Details
visibility
public
final
false
static
false

valid

valid( ) : boolean

Implements SeekableIterator::valid()

Output
boolean
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.