Ejemplo n.º 1
0
 public function posted()
 {
     parent::posted();
     $this->posted = $this->form;
     if (!empty($_POST['settings'])) {
         $this->form = ShoppRequestProcessing::process($_POST['settings'], $this->defaults);
     }
     return true;
 }