

Public Member Functions | |
| __construct ($field, $label='', $operator, $value, $datatype='s', $type= 'optional', $msgerr='') | |
| Generate () | |
Public Attributes | |
| $operator | |
| $value | |
| $datatype | |
Definition at line 492 of file mvalidator.class.
| MCompareValidator::__construct | ( | $ | field, | |
| $ | label = '', |
|||
| $ | operator, | |||
| $ | value, | |||
| $ | datatype = 's', |
|||
| $ | type = 'optional', |
|||
| $ | msgerr = '' | |||
| ) |
Brief Description. Complete Description.
| $field | (tipo) desc | |
| $label' | (tipo) desc | |
| $operator | (tipo) desc | |
| $value | (tipo) desc | |
| $datatype='s' | (tipo) desc | |
| $type | (tipo) desc | |
| = | (tipo) desc | |
| 'optional' | (tipo) desc | |
| $msgerr='' | (tipo) desc |
Definition at line 527 of file mvalidator.class.
References $datatype, MValidator::$field, MFormControl::$label, MValidator::$msgerr, $operator, MValidator::$type, and $value.
| MCompareValidator::Generate | ( | ) |
Brief Description. Complete Description.
Reimplemented from MValidator.
Definition at line 552 of file mvalidator.class.
References MComponent::$name.
| MCompareValidator::$operator |
Attribute Description.
Definition at line 497 of file mvalidator.class.
Referenced by __construct().
| MCompareValidator::$value |
Attribute Description.
Reimplemented from MFormControl.
Definition at line 502 of file mvalidator.class.
Referenced by __construct().
| MCompareValidator::$datatype |
Attribute Description.
Definition at line 507 of file mvalidator.class.
Referenced by __construct().