Class: I2CE FormField DB FLOAT
From IHRIS Wiki
This article describes the abstract class I2CE_FormField_DB_FLOAT.
- Extends the class: I2CE_FormField.
- Parent Classses: I2CE_FormField I2CE_Fuzzy
- Child Classes:
- Location: Part of the module Float in the package I2CE
- Source: Defined in the file modules/Forms/modules/Float/lib/I2CE_FormField_DB_FLOAT.php
- Author: Luke Duncan <lduncan@intrahealth.org>
- Since: v3.1.0
Class for defining all the database fields used by a object.
Constants
I2CE_FormField_DB_FLOAT::FIELD_TYPE_I2CE
A string type for the field Defined as: 'float'
I2CE_FormField_DB_FLOAT::FIELD_TYPE_DB
The database type for the field Defined as: 'float DEFAULT NULL'
I2CE_FormField_DB_FLOAT::FIELD_TYPE_MDB2
The MDB2 type for the field. Defined as: 'float'
Methods
isValid()
Checks to see if the current value for this is set and valid.
- Signature: public function isValid()
- Returns: boolean