Esempio n. 1
0
 protected function settings()
 {
     parent::settings();
     $this->free_logic();
 }
 /**
  * Load the filter settings - including the logic mode.
  */
 protected function settings()
 {
     parent::settings();
     $this->logic = $this->get_logic();
 }