
Public Member Functions | |
| clean ($value) | |
Public Attributes | |
| $widget = 'Pluf_Form_Widget_TextInput' | |
| $max = null | |
| $min = null | |
Protected Member Functions | |
| checkMinMax ($value) | |
| Pluf_Form_Field_Integer::clean | ( | $ | value | ) |
Validate some possible input for the field.
| mixed | Value to clean. |
Reimplemented from Pluf_Form_Field.
| Pluf_Form_Field_Integer::checkMinMax | ( | $ | value | ) | [protected] |
| Pluf_Form_Field_Integer::$widget = 'Pluf_Form_Widget_TextInput' |
Widget. The way to "present" the field to the user.
Reimplemented from Pluf_Form_Field.
| Pluf_Form_Field_Integer::$max = null |
| Pluf_Form_Field_Integer::$min = null |