• 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 3 Current »
This Field Type represents an integer value.
Integer
ezinteger
integer
This Field Type stores numeric values which will be provided as integers.
2397
The Value class of this field type contains the following properties:
$value
int
The Integer\Value constructor will initialize a new Value object with the value provided. It expects a numeric, integer value.
\Value
Hash value of this Field Type is simply integer value as a string.
Example:
"8"
String representation of the Field Type's value will return the integer value as a string.
This Field Type supports IntegerValueValidator, defining maximal and minimal float value:
IntegerValueValidator
minIntegerValue
0
maxIntegerValue
false /
/
null
This Field Type does not support settings.