Ejemplo n.º 1
0
 function fillAttributes()
 {
     parent::fillAttributes();
     $this->setAttribute('type', 'password');
 }
Ejemplo n.º 2
0
 function fillAttributes()
 {
     parent::fillAttributes();
     $this->setAttribute('cols', $this->cols);
     $this->setAttribute('rows', $this->rows);
 }