Inheritance diagram for FormControlPassword:
Collaboration diagram for FormControlPassword:Public Member Functions | |
| get ($forvalidation=true) | |
| __get ($name) | |
A password control based on FormControlText for output via a FormUI.
Definition at line 1561 of file formui.php.
| FormControlPassword::__get | ( | $ | name | ) |
Magic function __get returns properties for this object, or passes it on to the parent class Potential valid properties: value: The value of the control, whether the default or submitted in the form
| string | $name The paramter to retrieve |
Reimplemented from FormControl.
Definition at line 1586 of file formui.php.
| FormControlPassword::get | ( | $ | forvalidation = true |
) |
Produce HTML output for this password control.
| boolean | $forvalidation True if this control should render error information based on validation. |
Reimplemented from FormControl.
Definition at line 1570 of file formui.php.
1.7.1