예제 #1
0
파일: ActiveForm.php 프로젝트: jymsy/sky2
 public function error($model, $attribute, $htmlOptions = array())
 {
     if (!isset($htmlOptions['class'])) {
         $htmlOptions['class'] = $this->errorMessageCssClass;
     }
     return Html::error($model, $attribute, $htmlOptions);
 }