Beispiel #1
0
 function fillAttributes()
 {
     parent::fillAttributes();
     $this->setAttribute('type', 'radio');
 }
Beispiel #2
0
 function fillAttributes()
 {
     parent::fillAttributes();
     $this->setAttribute('name', $this->name . '[]');
     $this->setAttribute('type', 'checkbox');
 }