Public Member Functions | |
| __construct ($other_control) | |
| Create an AnewtValidatorRepeat instance. | |
| is_valid ($value) | |
| Checks for validity. | |
Private Attributes | |
| $other_control | |
| Reference to the other control. | |
Add this validator to the second password control, and pass the the first control when creating the AnewtValidatorRepeat instance.
Definition at line 115 of file validator/string.lib.php.
| AnewtValidatorRepeat::__construct | ( | $ | other_control | ) |
Create an AnewtValidatorRepeat instance.
| $other_control | The other control to compare the value against. |
Reimplemented from AnewtContainer.
Definition at line 128 of file validator/string.lib.php.
| AnewtValidatorRepeat::is_valid | ( | $ | value | ) |
Checks for validity.
The return value should be true for valid values, and false otherwise.
| $value | The value to check for validity. |
Reimplemented from AnewtValidator.
Definition at line 134 of file validator/string.lib.php.
1.5.9