Public Member Functions

Zend_View_Helper_FormImage Class Reference

Inheritance diagram for Zend_View_Helper_FormImage:
Zend_View_Helper_FormElement Zend_View_Helper_HtmlElement Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

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

Detailed Description

Definition at line 39 of file FormImage.php.


Member Function Documentation

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

Generates an 'image' 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.
mixed$valueThe source ('src="..."') for the image.
array$attribsAttributes for the element tag.
Returns:
string The element XHTML.

Definition at line 56 of file FormImage.php.


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