Service/Yahoo/VideoResultSet.php

Show: PublicProtectedPrivateinherited
Table of Contents
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-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Service  
Subpackage
Yahoo  
Version
$Id: VideoResultSet.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_Service_Yahoo_VideoResultSet

Package: Zend\Service\Yahoo
Parent(s)
\Zend_Service_Yahoo_ResultSet
Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedint $_currentIndex = 0
inherited
Current Index for SeekableIterator
Inherited from: \Zend_Service_Yahoo_ResultSet::$$_currentIndex
Default value0Details
Type
int
Inherited_from
\Zend_Service_Yahoo_ResultSet::$$_currentIndex  
>VPropertyprotected\DOMDocument $_dom
inherited
Yahoo Web Service Return Document
Inherited from: \Zend_Service_Yahoo_ResultSet::$$_dom
>VPropertyprotectedstring $_namespace = 'urn:yahoo:srchmv'
Video result set namespace
Default value'urn:yahoo:srchmv'Details
Type
string
>VPropertyprotected\DOMNodeList $_results
inherited
A DOMNodeList of results
Inherited from: \Zend_Service_Yahoo_ResultSet::$$_results
>VPropertyprotected\DOMXPath $_xpath
inherited
Xpath Object for $this->_dom
Inherited from: \Zend_Service_Yahoo_ResultSet::$$_xpath
>VPropertypublicint $firstResultPosition
inherited
The offset in the total result set of this search set
Inherited from: \Zend_Service_Yahoo_ResultSet::$$firstResultPosition
>VPropertypublicint $totalResultsAvailable
inherited
Total number of results available
Inherited from: \Zend_Service_Yahoo_ResultSet::$$totalResultsAvailable
>VPropertypublicint $totalResultsReturned
inherited
The number of results in this result set
Inherited from: \Zend_Service_Yahoo_ResultSet::$$totalResultsReturned

Methods

methodpublic__construct(\DOMDocument $dom) : void
inherited

Parse the search response and retrieve the results for iteration

Inherited from: \Zend_Service_Yahoo_ResultSet::__construct()
Parameters
NameTypeDescription
$dom\DOMDocument

the REST fragment for this object

methodpubliccurrent() : \Zend_Service_Yahoo_VideoResult

Overrides Zend_Service_Yahoo_ResultSet::current()

Must be implemented by child classes

Returns
TypeDescription
\Zend_Service_Yahoo_VideoResult
Throws
ExceptionDescription
\Zend_Service_Exception
methodpublickey() : int
inherited

Implement SeekableIterator::key()

Inherited from: \Zend_Service_Yahoo_ResultSet::key()
Returns
TypeDescription
int
methodpublicnext() : void
inherited

Implement SeekableIterator::next()

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

Implement SeekableIterator::rewind()

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

Implement SeekableIterator::seek()

Inherited from: \Zend_Service_Yahoo_ResultSet::seek()
Parameters
NameTypeDescription
$indexint
Throws
ExceptionDescription
\OutOfBoundsException
methodpublictotalResults() : int
inherited

Total Number of results returned

Inherited from: \Zend_Service_Yahoo_ResultSet::totalResults()
Returns
TypeDescription
intTotal number of results returned
methodpublicvalid() : boolean
inherited

Implement SeekableIterator::valid()

Inherited from: \Zend_Service_Yahoo_ResultSet::valid()
Returns
TypeDescription
boolean
Documentation was generated by phpDocumentor 2.0.0a12.