Field that stores an integer
Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the FieldtypeInteger
class also inherits all the methods and properties of: Fieldtype, WireData and Wire.
Common
Name | Return | Summary | |
---|
FieldtypeInteger::getBlankValue() FieldtypeInteger::getBlankValue(Page $page, Field $field) FieldtypeInteger::getBlankValue(Page $page, Field $field) | string | Get the blank value for this Fieldtype | |
FieldtypeInteger::getCompatibleFieldtypes() FieldtypeInteger::getCompatibleFieldtypes(Field $field) FieldtypeInteger::getCompatibleFieldtypes(Field $field) | Fieldtypes | Get compatible Fieldtypes | |
FieldtypeInteger::getConfigInputfields() FieldtypeInteger::getConfigInputfields(Field $field) FieldtypeInteger::getConfigInputfields(Field $field) | InputfieldWrapper | Get Inputfields to configure integer field | |
FieldtypeInteger::getDatabaseSchema() FieldtypeInteger::getDatabaseSchema(Field $field) FieldtypeInteger::getDatabaseSchema(Field $field) | array | Get DB schema | |
FieldtypeInteger::getInputfield() FieldtypeInteger::getInputfield(Page $page, Field $field) FieldtypeInteger::getInputfield(Page $page, Field $field) | Inputfield InputfieldInteger | Get Inputfield for this Fieldtype | |
FieldtypeInteger::isDeleteValue() FieldtypeInteger::isDeleteValue(Page $page, Field $field, mixed $value) FieldtypeInteger::isDeleteValue(Page $page, Field $field, mixed $value) | bool | Is value one that should be deleted rather than stored in the DB? | |
FieldtypeInteger::isEmptyValue() FieldtypeInteger::isEmptyValue(Field $field, mixed $value) FieldtypeInteger::isEmptyValue(Field $field, mixed $value) | bool | Is given value considered empty by this Fieldtype? | |
FieldtypeInteger::sanitizeValue() FieldtypeInteger::sanitizeValue(Page $page, Field $field, $value) FieldtypeInteger::sanitizeValue(Page $page, Field $field, $value) | int string | Sanitize value to integer or blank string (for no value) | |
Additional methods and properties
In addition to the methods and properties above, FieldtypeInteger also inherits the methods and properties of these classes:
API reference based on ProcessWire core version 3.0.236