Public Member Functions | Data Fields | Protected Attributes

InputPassword Class Reference

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

Public Member Functions

 readMetaData (&$xmlArr)
 render ()
 getValue ()
 setValue ($value)

Data Fields

 $m_MaskChar = '*'
 $m_MaskLength = 6

Protected Attributes

 $m_Value_Real

Detailed Description

Definition at line 27 of file InputPassword.php.


Member Function Documentation

getValue (  )

Get value of element

Returns:
string

Reimplemented from InputElement.

Definition at line 106 of file InputPassword.php.

Here is the call graph for this function:

readMetaData ( &$  xmlArr )

Read array meta data, and store to meta object

Parameters:
array$xmlArr
Returns:
void

Reimplemented from Password.

Definition at line 54 of file InputPassword.php.

render (  )

Render / draw the element according to the mode

Returns:
string HTML text

Reimplemented from Password.

Definition at line 71 of file InputPassword.php.

Here is the call graph for this function:

setValue ( value )

Set value of element

Parameters:
string$value
Returns:
void

Reimplemented from Element.

Definition at line 131 of file InputPassword.php.


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