Class: I2CE FormField DB BLOB: Difference between revisions

From IHRIS Wiki
No edit summary
 
(16 intermediate revisions by one other user not shown)
Line 1: Line 1:
This article describes the ''abstract'' class ''I2CE_FormField_DB_BLOB''.
#REDIRECT [[Class: I2CE_FormField_DB_BLOB (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_BINARY_FILE | I2CE_FormField_BINARY_FILE]]
*** [[Class: I2CE_FormField_DOCUMENT | I2CE_FormField_DOCUMENT]]
*** [[Class: I2CE_FormField_IMAGE | I2CE_FormField_IMAGE]]
*Location: Part of the module [[I2CE Module List#BinField|BinField]] 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/Binary_Files/lib/I2CE_FormField_DB_BLOB.php modules/Forms/modules/Binary_Files/lib/I2CE_FormField_DB_BLOB.php]
*Author: Luke Duncan <lduncan@intrahealth.org>
*Since: v2.0.0
Class for defining all the database fields used by a [[Class: I2CE_Form | ]] object.
==Constants==
===I2CE_FormField_DB_BLOB::FIELD_TYPE_I2CE===
A string type for the field
Defined as: 'blob'
===I2CE_FormField_DB_BLOB::FIELD_TYPE_DB===
The database type for the field
Defined as: 'longblob'
===I2CE_FormField_DB_BLOB::FIELD_TYPE_MDB2===
The MDB2 type for the field.
Defined as: "blob"
==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]]

Latest revision as of 10:44, 18 August 2015