View/Helper/HtmlQuicktime.php

Show: inherited
Table of Contents

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 [email protected] so we can send you a copy immediately.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_View  
Subpackage
Helper  
Version
$Id: HtmlQuicktime.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_View_Helper_HtmlQuicktime

Package: Zend\View\Helper

Parent(s)
\Zend_View_Helper_HtmlObject < \Zend_View_Helper_HtmlElement < \Zend_View_Helper_Abstract
Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

Constant  TYPE = 'video/quicktime'

Default file type for a movie applet

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

Object classid

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

Object Codebase

Constant  EOL = "\n"

Properties

Propertyprotectedarray $_attribs = array('classid' => self::ATTRIB_CLASSID, 'codebase' => self::ATTRIB_CODEBASE)

Default attributes

Default valuearray('classid' => self::ATTRIB_CLASSID, 'codebase' => self::ATTRIB_CODEBASE)Details
Type
array
Propertyprotectedstring $_closingBracket = null
Default valuenullDetails
Type
string
Inherited_from
\Zend_View_Helper_HtmlElement::$$_closingBracket  
Inherited_from
\Zend_View_Helper_HtmlObject::$$_closingBracket  
Propertypublic\Zend_View_Interface $view = null
Default valuenullDetails
Type
\Zend_View_Interface
Inherited_from
\Zend_View_Helper_Abstract::$$view  
Inherited_from
\Zend_View_Helper_HtmlElement::$$view  
Inherited_from
\Zend_View_Helper_HtmlObject::$$view  

Methods

methodprotected_htmlAttribs(array $attribs) : string
inherited

Converts an associative array to a string of tag attributes.

Inherited from: \Zend_View_Helper_HtmlElement::_htmlAttribs()\Zend_View_Helper_HtmlObject::_htmlAttribs()
Parameters
Name Type Description
$attribs array

From this array, each key-value pair is converted to an attribute name and value.

Returns
Type Description
string The XHTML for the attributes.
Details
Access
public  
methodprotected_isStrictDoctype() : boolean
Returns
Type Description
boolean
methodprotected_isXhtml() : boolean
Returns
Type Description
boolean
methodprotected_normalizeId(string $value) : string
Parameters
Name Type Description
$value string
Returns
Type Description
string
methodpublicdirect() : void
methodpublicgetClosingBracket() : string
Returns
Type Description
string
methodpublichtmlObject(string $data, string $type, array $attribs = array(), array $params = array(), string $content = null) : string
inherited

Output an object set

Inherited from: \Zend_View_Helper_HtmlObject::htmlObject()
Parameters
Name Type Description
$data string

The data file

$type string

Data file type

$attribs array

Attribs for the object tag

$params array

Params for in the object tag

$content string

Alternative content for object

Returns
Type Description
string
methodpublichtmlQuicktime(string $data, array $attribs = array(), array $params = array(), string $content = null) : string

Output a quicktime movie object tag

Parameters
Name Type Description
$data string

The quicktime file

$attribs array

Attribs for the object tag

$params array

Params for in the object tag

$content string

Alternative content

Returns
Type Description
string
Documentation was generated by phpDocumentor 2.0.0a8.