Public Member Functions | |
formHidden ($name, $value=null, array $attribs=null) |
Definition at line 39 of file FormHidden.php.
formHidden | ( | $ | name, |
$ | value = null , |
||
array $ | attribs = null |
||
) |
Generates a 'hidden' 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. |
mixed | $value | The element value. |
array | $attribs | Attributes for the element tag. |
Definition at line 53 of file FormHidden.php.