• eZ Systems Website • Editor documentation
Back to the top
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Next »
This Field Type represents a float value.
Float
ezfloat
float
This Field Type stores numeric values which will be provided as floats.
The Field Type expects a number as input. Both decimal and integer numbers are accepted.
194079.572
int
144
The Value class of this field type contains the following properties:
$value
The Float\Value constructor will initialize a new Value object with the value provided. It expects a numeric value with or without decimals.
\Value
This Field Type supports FloatValueValidator, defining maximal and minimal float value:
FloatValueValidator
minFloatValue
false
maxFloatValue
This Field Type does not support settings.