Public Member Functions

FormControlPassword Class Reference

Inheritance diagram for FormControlPassword:
Collaboration diagram for FormControlPassword:

List of all members.

Public Member Functions

 get ($forvalidation=true)
 __get ($name)

Detailed Description

A password control based on FormControlText for output via a FormUI.

Definition at line 1561 of file formui.php.


Member Function Documentation

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

Parameters:
string $name The paramter to retrieve
Returns:
mixed The value of the parameter

Reimplemented from FormControl.

Definition at line 1586 of file formui.php.

FormControlPassword::get ( forvalidation = true  ) 

Produce HTML output for this password control.

Parameters:
boolean $forvalidation True if this control should render error information based on validation.
Returns:
string HTML that will render this control in the form

Reimplemented from FormControl.

Definition at line 1570 of file formui.php.


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