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:
mdomba
2010-08-25 13:18:24 +00:00
parent d9c5d42d51
commit 8d2158677d

View File

@@ -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;
/**