

Public Member Functions | |
| __construct ($name='', $value='', $label='', $size=10, $hint='') | |
| getValue () | |
| setValue ($value) | |
| generateInner () | |
Private Attributes | |
| $ISOCode = 'REAL' | |
Definition at line 204 of file inputcontrols.class.
| MCurrencyField::__construct | ( | $ | name = '', |
|
| $ | value = '', |
|||
| $ | label = '', |
|||
| $ | size = 10, |
|||
| $ | hint = '' | |||
| ) |
Reimplemented from MFormControl.
Definition at line 208 of file inputcontrols.class.
References MFormControl::$hint, MFormControl::$label, MComponent::$name, MComponent::$page, MTextField::$size, and MFormControl::$value.
| MCurrencyField::getValue | ( | ) |
Reimplemented from MFormControl.
Definition at line 220 of file inputcontrols.class.
References MFormControl::$value.
| MCurrencyField::setValue | ( | $ | value | ) |
Reimplemented from MFormControl.
Definition at line 232 of file inputcontrols.class.
References MFormControl::$value.
| MCurrencyField::generateInner | ( | ) |
Reimplemented from MTextField.
Definition at line 243 of file inputcontrols.class.
References MControl::addAttribute().
Here is the call graph for this function:

MCurrencyField::$ISOCode = 'REAL' [private] |
Definition at line 206 of file inputcontrols.class.