Beispiel #1
0
 public function __construct($id, $method = 'post', $attributes = null, $trackSubmit = true)
 {
     parent::__construct($id, $method, $attributes, $trackSubmit);
     $this->build();
 }