Refactored View

This commit is contained in:
Alexander Makarov
2013-11-06 22:52:27 +04:00
parent 7462075403
commit 927e9dddb4
76 changed files with 519 additions and 487 deletions

View File

@ -81,7 +81,7 @@ class RangeValidator extends Validator
* Returns the JavaScript needed for performing client-side validation.
* @param \yii\base\Model $object the data object being validated
* @param string $attribute the name of the attribute to be validated.
* @param \yii\base\View $view the view object that is going to be used to render views or view files
* @param \yii\web\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.
* @return string the client-side validation script.
*/