Public Member Functions | |
formFile ($name, $attribs=null) |
Definition at line 39 of file FormFile.php.
formFile | ( | $ | name, |
$ | attribs = null |
||
) |
Generates a 'file' element.
public
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. |
array | $attribs | Attributes for the element tag. |
Definition at line 54 of file FormFile.php.