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)
string

Get the blank value for this Fieldtype

 
FieldtypeInteger::getCompatibleFieldtypes(Field $field)
Fieldtypes

Get compatible Fieldtypes

FieldtypeInteger::getConfigInputfields(Field $field)
InputfieldWrapper

Get Inputfields to configure integer field

FieldtypeInteger::getDatabaseSchema(Field $field)
array

Get DB schema

 
FieldtypeInteger::getInputfield(Page $page, Field $field)
Inputfield InputfieldInteger

Get Inputfield for this Fieldtype

 
FieldtypeInteger::isDeleteValue(Page $page, Field $field, mixed $value)
bool

Is value one that should be deleted rather than stored in the DB?

 
FieldtypeInteger::isEmptyValue(Field $field, mixed $value)
bool

Is given value considered empty by this Fieldtype?

 
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.252