Class Zend_View_Helper_HtmlQuicktime

Description
  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /View/Helper/HtmlQuicktime.php (line 35)

Zend_View_Helper_Abstract
   |
   --Zend_View_Helper_HtmlElement
      |
      --Zend_View_Helper_HtmlObject
         |
         --Zend_View_Helper_HtmlQuicktime
Class Constant Summary
 ATTRIB_CLASSID = 'clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B'
 ATTRIB_CODEBASE = 'http://www.apple.com/qtactivex/qtplugin.cab'
 TYPE = 'video/quicktime'
Variable Summary
 array $_attribs
Method Summary
 string htmlQuicktime (string $data, [ $attribs = array()], [ $params = array()], [string $content = null])
Variables
array $_attribs = array('classid' => self::ATTRIB_CLASSID,
'codebase' => self::ATTRIB_CODEBASE)
(line 60)

Default attributes

  • access: protected

Inherited Variables

Inherited from Zend_View_Helper_HtmlElement

Zend_View_Helper_HtmlElement::$_closingBracket

Inherited from Zend_View_Helper_Abstract

Zend_View_Helper_Abstract::$view
Methods
htmlQuicktime (line 72)

Output a quicktime movie object tag

  • access: public
string htmlQuicktime (string $data, [ $attribs = array()], [ $params = array()], [string $content = null])
  • string $data: The quicktime file
  • array $attribs: Attribs for the object tag
  • array $params: Params for in the object tag
  • string $content: Alternative content

Inherited Methods

Inherited From Zend_View_Helper_HtmlObject

 Zend_View_Helper_HtmlObject::htmlObject()

Inherited From Zend_View_Helper_HtmlElement

 Zend_View_Helper_HtmlElement::getClosingBracket()
 Zend_View_Helper_HtmlElement::_htmlAttribs()
 Zend_View_Helper_HtmlElement::_isXhtml()
 Zend_View_Helper_HtmlElement::_normalizeId()

Inherited From Zend_View_Helper_Abstract

 Zend_View_Helper_Abstract::direct()
 Zend_View_Helper_Abstract::setView()
Class Constants
ATTRIB_CLASSID = 'clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' (line 47)

Object classid

ATTRIB_CODEBASE = 'http://www.apple.com/qtactivex/qtplugin.cab' (line 53)

Object Codebase

TYPE = 'video/quicktime' (line 41)

Default file type for a movie applet

Inherited Constants

Inherited from Zend_View_Helper_HtmlElement

Zend_View_Helper_HtmlElement::EOL

Documentation generated on Mon, 21 Jun 2010 15:27:13 -0400 by phpDocumentor 1.4.3