Class Zend_View_Helper_FormHidden

Description

Helper to generate a "hidden" element

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

Located in /View/Helper/FormHidden.php (line 38)

Zend_View_Helper_FormElement
   |
   --Zend_View_Helper_FormHidden
Method Summary
 string formHidden (string|array $name, [mixed $value = null], [ $attribs = null])
Variables
Methods
formHidden (line 52)

Generates a 'hidden' element.

  • return: The element XHTML.
  • access: public
string formHidden (string|array $name, [mixed $value = null], [ $attribs = null])
  • string|array $name: If a string, the element name. If an array, all other parameters are ignored, and the array elements are extracted in place of added parameters.
  • mixed $value: The element value.
  • array $attribs: Attributes for the element tag.

Inherited Methods

Inherited From Zend_View_Helper_FormElement

 Zend_View_Helper_FormElement::setView()
 Zend_View_Helper_FormElement::_getInfo()
 Zend_View_Helper_FormElement::_hidden()
 Zend_View_Helper_FormElement::_htmlAttribs()

Documentation generated on Sun, 27 May 2007 23:24:14 -0700 by phpDocumentor 1.3.2