|
|
(16 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| This article describes the ''abstract'' class ''I2CE_FormField_DB_FLOAT''.
| | #REDIRECT [[Class: I2CE_FormField_DB_FLOAT (4.1.12)]] |
| *Extends the class: [[Class: I2CE_FormField | I2CE_FormField]].
| |
| *Parent Classses: [[Class: I2CE_FormField | I2CE_FormField]] [[Class: I2CE_Fuzzy | I2CE_Fuzzy]]
| |
| *Child Classes:
| |
| ** [[Class: I2CE_FormField_FLOAT | I2CE_FormField_FLOAT]]
| |
| *Location: Part of the module [[I2CE Module List#Float|Float]] in the package [https://launchpad.net/i2ce I2CE]
| |
| *Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:/modules/Forms/modules/Float/lib/I2CE_FormField_DB_FLOAT.php 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 [[Class: I2CE_Form | ]] 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: [http://www.php.net/manual/en/language.types.boolean.php boolean ]
| |
| | |
| | |
| [[Category:Class Documentation]]
| |