|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00027 require_once 'Zend/Service/Yahoo/Result.php'; 00028 00029 00037 class Zend_Service_Yahoo_PageDataResult extends Zend_Service_Yahoo_Result 00038 { 00044 protected $_namespace = 'urn:yahoo:srch'; 00045 00046 00053 public function __construct(DOMElement $result) 00054 { 00055 $this->_fields = array(); 00056 parent::__construct($result); 00057 } 00058 }