Beispiel #1
0
 protected function defaultAttributes()
 {
     return parent::defaultAttributes() + array('action' => '', 'method' => 'POST', 'name' => '');
 }
Beispiel #2
0
 /**
  * @see Element::defaultAttribtues
  */
 protected function defaultAttributes()
 {
     return array_merge(parent::defaultAttributes(), array('type' => '', 'name' => '', 'value' => ''));
 }