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_Abstract

 Methods

Strategy pattern: currently unutilized

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

Get the tag closing bracket

getClosingBracket() : string

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
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

Returns

boolean

Is doctype strict?

_isStrictDoctype() : boolean

Returns

boolean

Is doctype XHTML?

_isXhtml() : boolean

Returns

boolean

Normalize an ID

_normalizeId(string $value) : string

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"