![]() |
Framework
3.9
|
Validates that the user's supplied password is correct. More...
Public Member Functions | |
SignatureValidator ($field, $title, $msg, $test="password") | |
Create a new SignatureValidator. More... | |
writeScript () | |
validate () | |
![]() | |
AbstractValidator ($field, $title) | |
writeClient () | |
Public Attributes | |
$msg | |
The error message to report if there is a mismatch. More... | |
$empty = "" | |
Empty value for the control. More... | |
$test = "password" | |
Field to match. More... | |
![]() | |
$field | |
$title | |
Validates that the user's supplied password is correct.
Definition at line 1815 of file validation.inc.
SignatureValidator::SignatureValidator | ( | $field, | |
$title, | |||
$msg, | |||
$test = "password" |
|||
) |
Create a new SignatureValidator.
string | $field | |
string | $title | |
string | $msg |
Definition at line 1827 of file validation.inc.
SignatureValidator::validate | ( | ) |
Reimplemented from AbstractValidator.
Definition at line 1839 of file validation.inc.
SignatureValidator::writeScript | ( | ) |
Definition at line 1834 of file validation.inc.
SignatureValidator::$empty = "" |
Empty value for the control.
Definition at line 1818 of file validation.inc.
SignatureValidator::$msg |
The error message to report if there is a mismatch.
Definition at line 1817 of file validation.inc.
SignatureValidator::$test = "password" |
Field to match.
Definition at line 1819 of file validation.inc.