Public Member Functions

Zend_View_Helper_FormFile Class Reference

Inheritance diagram for Zend_View_Helper_FormFile:
Zend_View_Helper_FormElement Zend_View_Helper_HtmlElement Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 formFile ($name, $attribs=null)

Detailed Description

Definition at line 39 of file FormFile.php.


Member Function Documentation

formFile ( name,
attribs = null 
)

Generates a 'file' element.

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

Definition at line 54 of file FormFile.php.


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