Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Service/Yahoo/VideoResultSet.php
Go to the documentation of this file.
00001 <?php
00002 
00028 require_once 'Zend/Service/Yahoo/ResultSet.php';
00029 
00030 
00034 require_once 'Zend/Service/Yahoo/VideoResult.php';
00035 
00036 
00044 class Zend_Service_Yahoo_VideoResultSet extends Zend_Service_Yahoo_ResultSet
00045 {
00051     protected $_namespace = 'urn:yahoo:srchmv';
00052 
00053 
00059     public function current()
00060     {
00061         return new Zend_Service_Yahoo_VideoResult($this->_results->item($this->_currentIndex));
00062     }
00063 }
 All Data Structures Namespaces Files Functions Variables Enumerations