예제 #1
0
파일: ActiveForm.php 프로젝트: jymsy/sky2
 public function passwordField($model, $attribute, $htmlOptions = array())
 {
     return Html::activePasswordField($model, $attribute, $htmlOptions);
 }