category Zend
package Zend_Service
subpackage Yahoo
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Service_Yahoo_Result

 Methods

Initializes the news result

__construct(\DOMElement $result) : void
inherited_from \Zend_Service_Yahoo_Result::__construct()

Parameters

$result

\DOMElement

Initializes the result

__construct(\DOMElement $result) : void
Inherited

Parameters

$result

\DOMElement

Sets the Thumbnail property

_setThumbnail() : void
Inherited

 Properties

 

The URL for linking to the found object

$ClickUrl : string

Default

 

The language the article is in

$Language : string

Default

 

The date the article was modified (in unix timestamp format)

$ModificationDate : string

Default

 

The company who distributed the article

$NewsSource : string

Default

 

The URL for the company who distributed the article

$NewsSourceUrl : string

Default

 

The date the article was published (in unix timestamp format)

$PublishDate : string

Default

 

Sumamry text associated with the result article

$Summary : string

Default

 

The thubmnail image for the article, if it exists

$Thumbnail : \Zend_Service_Yahoo_Image

Default

 

The title of the search entry

$Title : string

Default

 

The URL of the found object

$Url : string

Default

 

Result fields

$_fields : array

Default

 

News result namespace

$_namespace : string

Default

'urn:yahoo:yn'
 

REST response fragment for the result

$_result : \DOMElement

Default

 

Object for XPath queries

$_xpath : \DOMXPath

Default