Esempio n. 1
0
 /**
  * Reset the contained control values to their initial values
  */
 public function clear()
 {
     $this->each(function (FormControl $control) {
         $control->clear();
     });
     parent::clear();
 }