Public Member Functions

Zend_View_Helper_FormSubmit Class Reference

Inheritance diagram for Zend_View_Helper_FormSubmit:
Zend_View_Helper_FormElement Zend_View_Helper_HtmlElement Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 formSubmit ($name, $value=null, $attribs=null)

Detailed Description

Definition at line 39 of file FormSubmit.php.


Member Function Documentation

formSubmit ( name,
value = null,
attribs = null 
)

Generates a 'submit' button.

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.
mixed$valueThe element value.
array$attribsAttributes for the element tag.
Returns:
string The element XHTML.

Definition at line 56 of file FormSubmit.php.


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