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

Public Member Functions

 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 EOL = "\n"
 EOL character.
 
- Public Attributes inherited from Zend_View_Helper_Abstract
 $view = null
 

Protected Member Functions

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

Protected Attributes

 $_closingBracket = null
 

Member Function Documentation

_htmlAttribs (   $attribs)
protected

Converts an associative array to a string of tag attributes.

public

Parameters
array$attribsFrom this array, each key-value pair is converted to an attribute name and value.
Returns
string The XHTML for the attributes.
_isHtml5 ( )
protected

Is doctype HTML5?

Returns
boolean
_isStrictDoctype ( )
protected

Is doctype strict?

Returns
boolean
_isXhtml ( )
protected

Is doctype XHTML?

Returns
boolean
_normalizeId (   $value)
protected

Normalize an ID.

Parameters
string$value
Returns
string
getClosingBracket ( )

Get the tag closing bracket.

Returns
string

Member Data Documentation

$_closingBracket = null
protected
const EOL = "\n"

EOL character.