FieldtypeInteger class

Field that stores an integer value.

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.

Show class?     Show args?       Only hookable?    

Common

NameReturnSummary 
FieldtypeInteger::getBlankValue(Page $page, Field $field)
stringGet the blank value for this Fieldtype 
FieldtypeInteger::getCompatibleFieldtypes(Field $field)
FieldtypesGet compatible Fieldtypes
FieldtypeInteger::getConfigInputfields(Field $field)
InputfieldWrapperGet Inputfields to configure integer field
FieldtypeInteger::getDatabaseSchema(Field $field)
arrayGet DB schema 
FieldtypeInteger::getInputfield(Page $page, Field $field)
Inputfield InputfieldIntegerGet Inputfield for this Fieldtype 
FieldtypeInteger::isDeleteValue(Page $page, Field $field, mixed $value)
boolIs value one that should be deleted rather than stored in the DB? 
FieldtypeInteger::isEmptyValue(Field $field, mixed $value)
boolIs given value considered empty by this Fieldtype? 
FieldtypeInteger::sanitizeValue(Page $page, Field $field, $value)
int stringSanitize 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.251