Storage of the "cleaned" field value.
Returns a hash-encoded value.
Returns the field's "imported" value, if any processing is required. For example, this function may be used to convert a date/time field's string into a unix timestamp or a numeric string into an integer or float.
Returns the captured values that were parsed inside validate().
Imports the value by decoding HTML entities.
Returns the parsed matches that were captured in validate().
Imports the value as an array of the actual values (from $this->choices.)
Imports the value by decoding HTML entities.
Returns the parsed float, rounded to $this->precision digits.
Imports the value and returns a unix timestamp (the number of seconds
Imports the value by decoding any HTML entities. Returns the "actual" value of the option selected.
On a successful upload, returns a new File instance.
Parses the value as an integer.
Returns true if the field was checked in the user-submitted data, false otherwise.
On the first call, calls each validator on the field value, and returns