
Public Member Functions | |
| clean ($value) | |
| widgetAttrs ($widget) | |
Public Attributes | |
| $widget = 'Pluf_Form_Widget_TextInput' | |
| $max_length = null | |
| $min_length = null | |
| Pluf_Form_Field_Varchar::clean | ( | $ | value | ) |
Validate some possible input for the field.
| mixed | Value to clean. |
Reimplemented from Pluf_Form_Field.
| Pluf_Form_Field_Varchar::widgetAttrs | ( | $ | widget | ) |
Returns the HTML attributes to add to the field.
| object | Widget |
Reimplemented from Pluf_Form_Field.
| Pluf_Form_Field_Varchar::$widget = 'Pluf_Form_Widget_TextInput' |
Widget. The way to "present" the field to the user.
Reimplemented from Pluf_Form_Field.
| Pluf_Form_Field_Varchar::$max_length = null |
| Pluf_Form_Field_Varchar::$min_length = null |