Zend Framework  1.12
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Zend_View_Helper_HtmlQuicktime Class Reference

Public Member Functions

 htmlQuicktime ($data, array $attribs=array(), array $params=array(), $content=null)
 Output a quicktime movie object tag.
 
- Public Member Functions inherited from Zend_View_Helper_HtmlObject
 htmlObject ($data, $type, array $attribs=array(), array $params=array(), $content=null)
 Output an object set.
 
- Public Member Functions inherited from Zend_View_Helper_HtmlElement
 getClosingBracket ()
 Get the tag closing bracket.
 
- Public Member Functions inherited from Zend_View_Helper_Abstract
 setView (Zend_View_Interface $view)
 Set the View object.
 
 direct ()
 Strategy pattern: currently unutilized.
 

Public Attributes

const TYPE = 'video/quicktime'
 Default file type for a movie applet.
 
const ATTRIB_CLASSID = 'clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B'
 Object classid.
 
const ATTRIB_CODEBASE = 'http://www.apple.com/qtactivex/qtplugin.cab'
 Object Codebase.
 

Protected Attributes

 $_attribs
 

Additional Inherited Members

- Protected Member Functions inherited from Zend_View_Helper_HtmlElement
 _isXhtml ()
 Is doctype XHTML?
 
 _isHtml5 ()
 Is doctype HTML5?
 
 _isStrictDoctype ()
 Is doctype strict?
 
 _htmlAttribs ($attribs)
 Converts an associative array to a string of tag attributes.
 
 _normalizeId ($value)
 Normalize an ID.
 

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

Member Data Documentation

$_attribs
protected
Initial value:
= array('classid' => self::ATTRIB_CLASSID,
'codebase' => self::ATTRIB_CODEBASE)
const ATTRIB_CLASSID = 'clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B'

Object classid.

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

Object Codebase.

const TYPE = 'video/quicktime'

Default file type for a movie applet.