mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-24 02:27:22 +08:00
Fixes #3020 [skip ci]
This commit is contained in:
@@ -93,6 +93,11 @@ class Validator extends Component
|
|||||||
*
|
*
|
||||||
* - `{attribute}`: the label of the attribute being validated
|
* - `{attribute}`: the label of the attribute being validated
|
||||||
* - `{value}`: the value of the attribute being validated
|
* - `{value}`: the value of the attribute being validated
|
||||||
|
*
|
||||||
|
* Note that some validators may introduce other properties for error messages used when specific
|
||||||
|
* validation conditions are not met. Please refer to individual class API documentation for details
|
||||||
|
* about these properties. By convention, this property represents the primary error message
|
||||||
|
* used when the most important validation condition is not met.
|
||||||
*/
|
*/
|
||||||
public $message;
|
public $message;
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user