API Documentation

Service/Yahoo/VideoResult.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: VideoResult.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Yahoo_VideoResult

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_VideoResult

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
$RefererUrl
$FileSize
$FileFormat
$Height
$Width
$Duration
$Channels
$Streaming
$Thumbnail
$_namespace
Methods
__construct

Description

Properties

$Channels

string $Channels = ''

The number of audio channels in the video

Details

$Channels
string
visibility
public
default
final
false
static
false

$Duration

string $Duration = ''

The duration of the video in seconds

Details

$Duration
string
visibility
public
default
final
false
static
false

$FileFormat

string $FileFormat = ''

The type of file (bmp, gif, jpeg, etc.)

Details

$FileFormat
string
visibility
public
default
final
false
static
false

$FileSize

string $FileSize = ''

The size of the files in bytes

Details

$FileSize
string
visibility
public
default
final
false
static
false

$Height

string $Height = ''

The height of the video in pixels

Details

$Height
string
visibility
public
default
final
false
static
false

$RefererUrl

string $RefererUrl = ''

The URL of the webpage hosting the video

Details

$RefererUrl
string
visibility
public
default
final
false
static
false

$Streaming

boolean $Streaming = ''

Whether the video is streamed or not

Details

$Streaming
boolean
visibility
public
default
final
false
static
false

$Summary

string $Summary = ''

Summary info for the video

Details

$Summary
string
visibility
public
default
final
false
static
false

$Thumbnail

Zend_Service_Yahoo_Video $Thumbnail = ''

The thubmnail video for the article, if it exists

Details

$Thumbnail
Zend_Service_Yahoo_Video
visibility
public
default
final
false
static
false

$Width

string $Width = ''

The width of the video in pixels

Details

$Width
string
visibility
public
default
final
false
static
false

$_namespace

string $_namespace = 'urn:yahoo:srchmv'

Video result namespace

Details

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

Methods

__construct

__construct( DOMElement $result ) : void

Initializes the video result

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