Zend Framework
1.12
|
Public Member Functions | |
htmlQuicktime ($data, array $attribs=array(), array $params=array(), $content=null) | |
Output a quicktime movie object tag. | |
![]() | |
htmlObject ($data, $type, array $attribs=array(), array $params=array(), $content=null) | |
Output an object set. | |
![]() | |
getClosingBracket () | |
Get the tag closing bracket. | |
![]() | |
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 | |
![]() | |
_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. | |
htmlQuicktime | ( | $data, | |
array | $attribs = array() , |
||
array | $params = array() , |
||
$content = null |
|||
) |
Output a quicktime movie object tag.
string | $data | The quicktime file |
array | $attribs | Attribs for the object tag |
array | $params | Params for in the object tag |
string | $content | Alternative content |
|
protected |
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.