Public Member Functions | Protected Member Functions | Protected Attributes

FormElement Class Reference

Inheritance diagram for FormElement:
Inheritance graph
[legend]
Collaboration diagram for FormElement:
Collaboration graph
[legend]

Public Member Functions

 FormRecordCount ()
 render ()
 setValue ($value)
 getValue ()

Protected Member Functions

 readMetaData (&$xmlArr)

Protected Attributes

 $m_FormReference

Detailed Description

Definition at line 4 of file FormElement.php.


Member Function Documentation

getValue (  )

Get value of element

Returns:
mixed

Reimplemented from InputElement.

Definition at line 97 of file FormElement.php.

readMetaData ( &$  xmlArr ) [protected]

Read array meta data, and store to meta object

Parameters:
array$xmlArr
Returns:
void

Reimplemented from InputElement.

Definition at line 7 of file FormElement.php.

render (  )

Draw the element according to the mode

Returns:
string HTML text

Reimplemented from InputElement.

Definition at line 54 of file FormElement.php.

Here is the call graph for this function:

setValue ( value )

Set value of element

Parameters:
mixed$value

Reimplemented from Element.

Definition at line 88 of file FormElement.php.


The documentation for this class was generated from the following file: