API Documentation

Service/Yahoo/ImageResultSet.php

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.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Service  
subpackage
Yahoo  
version
$Id: ImageResultSet.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Service_Yahoo_ImageResultSet

Extends from
\Zend_Service_Yahoo_ResultSet
category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Service  
subpackage
Yahoo  

Properties

Propertyprotectedstring  $_namespace= 'urn:yahoo:srchmi'

Image result set namespace

Default valueurn:yahoo:srchmiDetails
Type
string

Methods

methodpublic__construct( \DOMDocument $dom ) : void

Parse the search response and retrieve the results for iteration

Inherited from: \Zend_Service_Yahoo_ResultSet::__construct()
Parameters
Name Type Description
$dom \DOMDocument the REST fragment for this object
methodpubliccurrent( ) : \Zend_Service_Yahoo_ImageResult

Overrides Zend_Service_Yahoo_ResultSet::current()

Must be implemented by child classes

Returns
Type Description
\Zend_Service_Yahoo_ImageResult
Throws
Exception Description
\Zend_Service_Exception
methodpublickey( ) : int

Implement SeekableIterator::key()

Inherited from: \Zend_Service_Yahoo_ResultSet::key()
Returns
Type Description
int
methodpublicnext( ) : void

Implement SeekableIterator::next()

Inherited from: \Zend_Service_Yahoo_ResultSet::next()
methodpublicrewind( ) : void

Implement SeekableIterator::rewind()

Inherited from: \Zend_Service_Yahoo_ResultSet::rewind()
methodpublicseek( int $index ) : void

Implement SeekableIterator::seek()

Inherited from: \Zend_Service_Yahoo_ResultSet::seek()
Parameters
Name Type Description
$index int
Throws
Exception Description
\OutOfBoundsException
methodpublictotalResults( ) : int

Total Number of results returned

Inherited from: \Zend_Service_Yahoo_ResultSet::totalResults()
Returns
Type Description
int Total number of results returned
methodpublicvalid( ) : boolean

Implement SeekableIterator::valid()

Inherited from: \Zend_Service_Yahoo_ResultSet::valid()
Returns
Type Description
boolean
Documentation was generated by DocBlox 0.13.3.