|
|
@ -181,6 +181,7 @@ class CompareValidator extends Validator |
|
|
|
* @param \yii\base\View $view the view object that is going to be used to render views or view files |
|
|
|
* @param \yii\base\View $view the view object that is going to be used to render views or view files |
|
|
|
* containing a model form with this validator applied. |
|
|
|
* containing a model form with this validator applied. |
|
|
|
* @throws InvalidConfigException if CompareValidator::operator is invalid |
|
|
|
* @throws InvalidConfigException if CompareValidator::operator is invalid |
|
|
|
|
|
|
|
* @codeCoverageIgnore |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public function clientValidateAttribute($object, $attribute, $view) |
|
|
|
public function clientValidateAttribute($object, $attribute, $view) |
|
|
|
{ |
|
|
|
{ |
|
|
|