Class: I2CE FormField STRING LINE
From IHRIS Wiki
This article describes the class I2CE_FormField_STRING_LINE.
- Extends the class: I2CE_FormField_DB_STRING.
- Parent Classses: I2CE_FormField_DB_STRING I2CE_FormField I2CE_Fuzzy
- Location: Part of the module forms in the package I2CE
- Source: Defined in the file modules/Forms/lib/fields/I2CE_FormField_STRING_LINE.php
- Author: Luke Duncan <lduncan@intrahealth.org>
- Since: v2.0.0
Class for defining all the database fields used by a object.
Methods
getDisplayValue()
Returns the value of this field as a human readable format.
- Signature: public function getDisplayValue($entry)
- Parameters:
- I2CE_Entry $entry
If a I2CE_Entry object has been passed to this method then it will return the value for that entry assuming it's an entry for this field.- Default Value: false
- I2CE_Entry $entry
- Returns: mixed
processDOMEditable()
- Signature: public function processDOMEditable($node,$template,$form_node)
- Parameters:
- $node
- $template
- $form_node
- Returns: array
of DOMNode