yangruiyou85 / yiidoc

Automatically exported from code.google.com/p/yiidoc
0 stars 0 forks source link

CValidator::createValidator() @return missing #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://www.yiiframework.com/doc/api/CValidator#createValidator-detail

public static void createValidator(string $name, CModel $object, mixed 
$attributes, array $params)

should be

public static CValidator createValidator(string $name, CModel $object, 
mixed $attributes, array $params)

Original issue reported on code.google.com by alexander.makarow on 11 Oct 2009 at 11:56

GoogleCodeExporter commented 9 years ago

Original comment by alexander.makarow on 27 Dec 2009 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by qiang.xue on 27 Dec 2009 at 10:17