示例#1
0
 function fillAttributes()
 {
     parent::fillAttributes();
     $this->setAttribute('type', 'password');
 }
示例#2
0
 function fillAttributes()
 {
     parent::fillAttributes();
     $this->setAttribute('cols', $this->cols);
     $this->setAttribute('rows', $this->rows);
 }