Public Member Functions | |
getClosingBracket () | |
Data Fields | |
const | EOL = "\n" |
Protected Member Functions | |
_isXhtml () | |
_htmlAttribs ($attribs) | |
_normalizeId ($value) | |
Protected Attributes | |
$_closingBracket = null |
Definition at line 35 of file HtmlElement.php.
_htmlAttribs | ( | $ | attribs ) | [protected] |
Converts an associative array to a string of tag attributes.
public
array | $attribs | From this array, each key-value pair is converted to an attribute name and value. |
Reimplemented in Zend_View_Helper_Navigation_HelperAbstract.
Definition at line 88 of file HtmlElement.php.
_isXhtml | ( | ) | [protected] |
_normalizeId | ( | $ | value ) | [protected] |
Normalize an ID
string | $value |
Reimplemented in Zend_View_Helper_Navigation_HelperAbstract.
Definition at line 129 of file HtmlElement.php.
getClosingBracket | ( | ) |
const EOL = "\n" |
EOL character
Definition at line 40 of file HtmlElement.php.