API Documentation

Service/Yahoo/NewsResult.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Yahoo
version
$Id: NewsResult.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Yahoo_NewsResult

Description

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.

Zend_Service_Yahoo_NewsResult

Extends from
Zend_Service_Yahoo_Result
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Yahoo
Properties
$Summary
$NewsSource
$NewsSourceUrl
$Language
$PublishDate
$ModificationDate
$Thumbnail
$_namespace
Methods
__construct

Description

Properties

$Language

string $Language = ''

The language the article is in

Details

$Language
string
visibility
public
default
final
false
static
false

$ModificationDate

string $ModificationDate = ''

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

Details

$ModificationDate
string
visibility
public
default
final
false
static
false

$NewsSource

string $NewsSource = ''

The company who distributed the article

Details

$NewsSource
string
visibility
public
default
final
false
static
false

$NewsSourceUrl

string $NewsSourceUrl = ''

The URL for the company who distributed the article

Details

$NewsSourceUrl
string
visibility
public
default
final
false
static
false

$PublishDate

string $PublishDate = ''

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

Details

$PublishDate
string
visibility
public
default
final
false
static
false

$Summary

string $Summary = ''

Sumamry text associated with the result article

Details

$Summary
string
visibility
public
default
final
false
static
false

$Thumbnail

Zend_Service_Yahoo_Image $Thumbnail = ''

The thubmnail image for the article, if it exists

Details

$Thumbnail
Zend_Service_Yahoo_Image
visibility
public
default
final
false
static
false

$_namespace

string $_namespace = 'urn:yahoo:yn'

News result namespace

Details

$_namespace
string
visibility
protected
default
urn:yahoo:yn
final
false
static
false

Methods

__construct

__construct( DOMElement $result ) : void

Initializes the news result

Arguments
$result
DOMElement
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.