Public Member Functions

Zend_View_Helper_FormNote Class Reference

Inheritance diagram for Zend_View_Helper_FormNote:
Zend_View_Helper_FormElement Zend_View_Helper_HtmlElement Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 formNote ($name, $value=null)

Detailed Description

Definition at line 39 of file FormNote.php.


Member Function Documentation

formNote ( name,
value = null 
)

Helper to show a "note" based on a hidden value.

public

Parameters:
string | array$nameIf a string, the element name. If an array, all other parameters are ignored, and the array elements are extracted in place of added parameters.
array$valueThe note to display. HTML is *not* escaped; the note is displayed as-is.
Returns:
string The element XHTML.

Definition at line 55 of file FormNote.php.


The documentation for this class was generated from the following file: