Public Member Functions | |
readMetaData (&$xmlArr) | |
render () | |
getValue () | |
setValue ($value) | |
Data Fields | |
$m_MaskChar = '*' | |
$m_MaskLength = 6 | |
Protected Attributes | |
$m_Value_Real |
Definition at line 27 of file InputPassword.php.
getValue | ( | ) |
Get value of element
Reimplemented from InputElement.
Definition at line 106 of file InputPassword.php.
readMetaData | ( | &$ | xmlArr ) |
Read array meta data, and store to meta object
array | $xmlArr |
Reimplemented from Password.
Definition at line 54 of file InputPassword.php.
render | ( | ) |
Render / draw the element according to the mode
Reimplemented from Password.
Definition at line 71 of file InputPassword.php.
setValue | ( | $ | value ) |
Set value of element
string | $value |
Reimplemented from Element.
Definition at line 131 of file InputPassword.php.