From 24d031492890c65bf75a63c6f4bfa1f9bd5cab44 Mon Sep 17 00:00:00 2001 From: Tomek Romik Date: Tue, 5 Aug 2014 16:56:00 +0200 Subject: [PATCH] Update docs for clientValidateAttribute() --- framework/validators/Validator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/validators/Validator.php b/framework/validators/Validator.php index b15d30d79e..3b27ce7300 100644 --- a/framework/validators/Validator.php +++ b/framework/validators/Validator.php @@ -308,6 +308,7 @@ class Validator extends Component * - `attribute`: the name of the attribute being validated. * - `value`: the value being validated. * - `messages`: an array used to hold the validation error messages for the attribute. + * - `deferred`: an array used to hold deferred objects for asynchronous validation * * @param \yii\base\Model $object the data object being validated * @param string $attribute the name of the attribute to be validated.