API Documentation

Service/Yahoo/LocalResultSet.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: LocalResultSet.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Service_Yahoo_LocalResultSet

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:lcl'

Local result set namespace

Default valueurn:yahoo:lclDetails
Type
string
Propertypublicstring  $resultSetMapURL= ''

The URL of a webpage containing a map graphic with all returned results plotted on it.

Details
Type
string

Methods

methodpublic__construct( \DOMDocument $dom ) : void

Initializes the local result set

Parameters
Name Type Description
$dom \DOMDocument
methodpubliccurrent( ) : \Zend_Service_Yahoo_LocalResult

Overrides Zend_Service_Yahoo_ResultSet::current()

Must be implemented by child classes

Returns
Type Description
\Zend_Service_Yahoo_LocalResult
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.