Public Member Functions | Data Fields | Protected Attributes

Zend_View_Helper_HtmlQuicktime Class Reference

Inheritance diagram for Zend_View_Helper_HtmlQuicktime:
Zend_View_Helper_HtmlObject Zend_View_Helper_HtmlElement Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 htmlQuicktime ($data, array $attribs=array(), array $params=array(), $content=null)

Data Fields

const TYPE = 'video/quicktime'
const ATTRIB_CLASSID = 'clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B'
const ATTRIB_CODEBASE = 'http://www.apple.com/qtactivex/qtplugin.cab'

Protected Attributes

 $_attribs

Detailed Description

Definition at line 35 of file HtmlQuicktime.php.


Member Function Documentation

htmlQuicktime ( data,
array $  attribs = array(),
array $  params = array(),
content = null 
)

Output a quicktime movie object tag

Parameters:
string$dataThe quicktime file
array$attribsAttribs for the object tag
array$paramsParams for in the object tag
string$contentAlternative content
Returns:
string

Definition at line 72 of file HtmlQuicktime.php.


Field Documentation

$_attribs [protected]
Initial value:
 array('classid'  => self::ATTRIB_CLASSID,
                                'codebase' => self::ATTRIB_CODEBASE)

Definition at line 60 of file HtmlQuicktime.php.

const ATTRIB_CLASSID = 'clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B'

Object classid

Definition at line 47 of file HtmlQuicktime.php.

const ATTRIB_CODEBASE = 'http://www.apple.com/qtactivex/qtplugin.cab'

Object Codebase

Definition at line 53 of file HtmlQuicktime.php.

const TYPE = 'video/quicktime'

Default file type for a movie applet

Definition at line 41 of file HtmlQuicktime.php.


The documentation for this class was generated from the following file: