Class Nexista_MatchValidator

Description

This validator is used to check whether or not two values are the same.

Located in /modules/validators/match.validator.php (line 23)

Nexista_Validator
   |
   --Nexista_MatchValidator
Variable Summary
 string $message
 array $params
Method Summary
 boolean main ()
Variables
string $message = "does not match" (line 44)

Validator error message

  • access: protected

Redefinition of:
Nexista_Validator::$message
Validation info message
array $params = array(
'var' => '', //required - name of flow var to validate
'match' => '' //required - name of flow var to match to 'var'
)
(line 32)

Function parameter array

  • access: protected

Redefinition of:
Nexista_Validator::$params
Function parameter array

Inherited Variables

Inherited from Nexista_Validator

Nexista_Validator::$empty
Nexista_Validator::$required
Nexista_Validator::$result
Methods

Documentation generated on Tue, 11 Mar 2008 23:23:07 -0400 for Nexista 0.2.0