mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-13 03:26:52 +01:00
Changed description for "tooLong" and "tooShort" as reported by user in forum:
http://www.yiiframework.com/forum/index.php?/topic/11284-documentation-confuse/page__gopid__55361&#entry55361
This commit is contained in:
@@ -33,11 +33,11 @@ class CStringValidator extends CValidator
|
||||
*/
|
||||
public $is;
|
||||
/**
|
||||
* @var string user-defined error message used when the value is too long.
|
||||
* @var string user-defined error message used when the value is too short.
|
||||
*/
|
||||
public $tooShort;
|
||||
/**
|
||||
* @var string user-defined error message used when the value is too short.
|
||||
* @var string user-defined error message used when the value is too longt.
|
||||
*/
|
||||
public $tooLong;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user