CModel method getValidatorsForAttribute() doesn't exists

I get this an error when calling getValidatorsForAttribute() method:

[color="#FF0000"]throw new CException(Yii::t(‘yii’,’{class} does not have a method named “{name}”.’[/color]

But… I don’t know why this method is listed in the Documentation here: http://www.yiiframework.com/doc/api/CModel#getValidatorsForAttribute-detail

Doc problem or this method shouldn’t really exists?

Maybe you’re having earlier release.

Good point! I didn’t think this.

I really get it from SVN trunk.

Well, thank you.