Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Service_Yahoo_PageDataResult Class Reference

Public Member Functions

 __construct (DOMElement $result)
 Initializes the web result.
 
- Public Member Functions inherited from Zend_Service_Yahoo_Result
 __construct (DOMElement $result)
 Initializes the result.
 

Protected Attributes

 $_namespace = 'urn:yahoo:srch'
 
- Protected Attributes inherited from Zend_Service_Yahoo_Result
 $_fields
 
 $_result
 
 $_xpath
 

Additional Inherited Members

- Public Attributes inherited from Zend_Service_Yahoo_Result
 $Title
 
 $Url
 
 $ClickUrl
 
- Protected Member Functions inherited from Zend_Service_Yahoo_Result
 _setThumbnail ()
 Sets the Thumbnail property.
 

Constructor & Destructor Documentation

__construct ( DOMElement  $result)

Initializes the web result.

Parameters
DOMElement$result
Returns
void

Member Data Documentation

$_namespace = 'urn:yahoo:srch'
protected