!CCaptcha::checkRequirements()), ); } /** * Declares customized attribute labels. * If not declared here, an attribute would have a label that is * the same as its name with the first letter in upper case. */ public function attributeLabels() { return array( 'name'=>Yii::t('site','ФИО'), 'phone'=>Yii::t('site','Телефон'), 'email'=>Yii::t('site','E-mail'), 'body'=>Yii::t('site','Сообщение'), // 'verifyCode' => 'Verification Code', ); } }