Public Member Functions | Protected Member Functions | Protected Attributes

Checkbox Class Reference

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

Public Member Functions

 getDefaultChecked ()
 getValue ()
 render ()

Protected Member Functions

 readMetaData (&$xmlArr)

Protected Attributes

 $m_DefaultChecked

Detailed Description

Definition at line 27 of file Checkbox.php.


Member Function Documentation

getValue (  )

Get value of element

Returns:
mixed

Reimplemented from InputElement.

Definition at line 46 of file Checkbox.php.

Here is the call graph for this function:

Here is the caller graph for this function:

readMetaData ( &$  xmlArr ) [protected]

Read metadata info from metadata array and store to class variable

Parameters:
array$xmlArrmetadata array
Returns:
void

Reimplemented from OptionElement.

Definition at line 31 of file Checkbox.php.

render (  )

Render element, according to the mode

Returns:
string HTML text

Reimplemented from OptionElement.

Definition at line 69 of file Checkbox.php.

Here is the call graph for this function:


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