PHP Class Habari\FormControlPassword

Inheritance: extends FormControlText
Show file Open project: habari/system

Public Methods

Method Description
_extend ( ) Called upon construct. Sets control properties
get ( Theme $theme ) : string Produce HTML output for this password control.

Method Details

_extend() public method

Called upon construct. Sets control properties
public _extend ( )

get() public method

Produce HTML output for this password control.
public get ( Theme $theme ) : string
$theme Theme The theme to use to render this control
return string HTML for this control in the form