Field that stores a floating point number
Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the FieldtypeFloat
class also inherits all the methods and properties of: Fieldtype, WireData and Wire.
Common
Name | Return | Summary | |
---|
FieldtypeFloat::getBlankValue() FieldtypeFloat::getBlankValue(Page $page, Field $field) FieldtypeFloat::getBlankValue(Page $page, Field $field) | string | Get blank value | |
FieldtypeFloat::getCompatibleFieldtypes() FieldtypeFloat::getCompatibleFieldtypes(Field $field) FieldtypeFloat::getCompatibleFieldtypes(Field $field) | null Fieldtypes | Get compatible Fieldtypes | |
FieldtypeFloat::getConfigInputfields() FieldtypeFloat::getConfigInputfields(Field $field) FieldtypeFloat::getConfigInputfields(Field $field) | InputfieldWrapper | Get field configuration | |
FieldtypeFloat::getDatabaseSchema() FieldtypeFloat::getDatabaseSchema(Field $field) FieldtypeFloat::getDatabaseSchema(Field $field) | array | Get DB schema for this Fieldtype | |
FieldtypeFloat::getInputfield() FieldtypeFloat::getInputfield(Page $page, Field $field) FieldtypeFloat::getInputfield(Page $page, Field $field) | Inputfield | Get Inputfield for this Fieldtype | |
FieldtypeFloat::getPrecision() FieldtypeFloat::getPrecision($value) FieldtypeFloat::getPrecision($value, int $min = 1) | int | Get precision of given value | |
FieldtypeFloat::isEmptyValue() FieldtypeFloat::isEmptyValue(Field $field, mixed $value) FieldtypeFloat::isEmptyValue(Field $field, mixed $value) | bool | Is given value considered empty to this Fieldtype? | |
FieldtypeFloat::sanitizeValue() FieldtypeFloat::sanitizeValue(Page $page, Field $field, $value) FieldtypeFloat::sanitizeValue(Page $page, Field $field, $value) | float string | Sanitize value | |
FieldtypeFloat::sleepValue() FieldtypeFloat::sleepValue(Page $page, Field $field, $value) FieldtypeFloat::sleepValue(Page $page, Field $field, $value) | string | Sleep value for DB storage | |
FieldtypeFloat::strToFloat() FieldtypeFloat::strToFloat(string $str) FieldtypeFloat::strToFloat(string $str) | float string | Convert float string with commas to float value | |
Additional methods and properties
In addition to the methods and properties above, FieldtypeFloat also inherits the methods and properties of these classes:
API reference based on ProcessWire core version 3.0.236