Example #1
0
 /**
  * Set all fields to the input from get or post (depends on the form method attribute)
  *
  * @return  Fieldset      this, to allow chaining
  */
 public function repopulate()
 {
     $this->form->repopulate();
     return $this;
 }