category Zend
package Zend_View
subpackage Helper
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_View_Helper_HtmlObject

 Methods

Strategy pattern: currently unutilized

direct() : void
Inherited
inherited_from \Zend_View_Helper_Interface::direct()

Get the tag closing bracket

getClosingBracket() : string
Inherited

Returns

string

Output a flash movie object tag

htmlFlash(string $data, array $attribs = array(), array $params = array(), string $content = null) : string

Parameters

$data

string

The flash file

$attribs

array

Attribs for the object tag

$params

array

Params for in the object tag

$content

string

Alternative content

Returns

string

Output an object set

htmlObject(string $data, string $type, array $attribs = array(), array $params = array(), string $content = null) : string
Inherited

Parameters

$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

string

Set the View object

setView(\Zend_View_Interface $view) : \Zend_View_Helper_Abstract
Inherited
inherited_from \Zend_View_Helper_Interface::setView()

Parameters

$view

\Zend_View_Interface

Returns

\Zend_View_Helper_Abstract

Converts an associative array to a string of tag attributes.

_htmlAttribs(array $attribs) : string
Inherited
access public

Parameters

$attribs

array

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

Returns

stringThe XHTML for the attributes.

Is doctype HTML5?

_isHtml5() : boolean
Inherited

Returns

boolean

Is doctype strict?

_isStrictDoctype() : boolean
Inherited

Returns

boolean

Is doctype XHTML?

_isXhtml() : boolean
Inherited

Returns

boolean

Normalize an ID

_normalizeId(string $value) : string
Inherited

Parameters

$value

string

Returns

string

 Properties

 

View object

$view : \Zend_View_Interface

Default

null
 

The tag closing bracket

$_closingBracket : string

Default

null

 Constants

 

EOL character

EOL = "\n" 
 

Default file type for a flash applet

TYPE = 'application/x-shockwave-flash'