Abstract Class Zend_View_Helper_HtmlElement

Description
  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • abstract:
  • license: New BSD License

Located in /View/Helper/HtmlElement.php (line 35)

Zend_View_Helper_Abstract
   |
   --Zend_View_Helper_HtmlElement
Direct descendents
Class Description
Abstract class Zend_Dojo_View_Helper_Dijit Dojo dijit base class
Abstract class Zend_View_Helper_Navigation_HelperAbstract Base class for navigational helpers
 class Zend_View_Helper_HtmlObject
Abstract class Zend_View_Helper_FormElement Base helper for form elements. Extend this, don't use it on its own.
Class Constant Summary
 EOL = "\n"
Variable Summary
Method Summary
 string getClosingBracket ()
 string _htmlAttribs (array $attribs)
 boolean _isXhtml ()
 string _normalizeId (string $value)
Variables
string $_closingBracket = null (line 47)

The tag closing bracket

  • access: protected

Inherited Variables

Inherited from Zend_View_Helper_Abstract

Zend_View_Helper_Abstract::$view
Methods
getClosingBracket (line 54)

Get the tag closing bracket

  • access: public
string getClosingBracket ()
_htmlAttribs (line 88)

Converts an associative array to a string of tag attributes.

  • return: The XHTML for the attributes.
  • access: protected
string _htmlAttribs (array $attribs)
  • array $attribs: From this array, each key-value pair is converted to an attribute name and value.

Redefined in descendants as:
_isXhtml (line 72)

Is doctype XHTML?

  • access: protected
boolean _isXhtml ()
_normalizeId (line 129)

Normalize an ID

  • access: protected
string _normalizeId (string $value)
  • string $value

Redefined in descendants as:

Inherited Methods

Inherited From Zend_View_Helper_Abstract

 Zend_View_Helper_Abstract::direct()
 Zend_View_Helper_Abstract::setView()
Class Constants
EOL = "\n" (line 40)

EOL character

Documentation generated on Mon, 21 Jun 2010 15:27:09 -0400 by phpDocumentor 1.4.3