Public Member Functions | |
formNote ($name, $value=null) |
Definition at line 39 of file FormNote.php.
formNote | ( | $ | name, |
$ | value = null |
||
) |
Helper to show a "note" based on a hidden value.
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 | $value | The note to display. HTML is *not* escaped; the note is displayed as-is. |
Definition at line 55 of file FormNote.php.