Pluf_Form_Field_Integer Class Reference

Inheritance diagram for Pluf_Form_Field_Integer:

Pluf_Form_Field

List of all members.

Public Member Functions

 clean ($value)

Public Attributes

 $widget = 'Pluf_Form_Widget_TextInput'
 $max = null
 $min = null

Protected Member Functions

 checkMinMax ($value)


Member Function Documentation

Pluf_Form_Field_Integer::clean ( value  ) 

Validate some possible input for the field.

Parameters:
mixed Value to clean.
Returns:
mixed Cleaned data or throw a Pluf_Form_Invalid exception.

Reimplemented from Pluf_Form_Field.

Pluf_Form_Field_Integer::checkMinMax ( value  )  [protected]


Member Data Documentation

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


The documentation for this class was generated from the following file:

Generated on Wed Feb 3 15:44:52 2010 for Pluf by  doxygen