public function save_form()
 {
     $this->parameters = array();
     if ($this->get_value_from_form("doctypes")) {
         $this->parameters = $this->get_value_from_form("doctypes");
     }
     return parent::save_form();
 }
 public function __construct($id = 0)
 {
     parent::__construct($id);
     if (!is_array($this->parameters)) {
         $this->parameters = array();
     }
     $this->once_sub_selector = true;
 }
 public function save_form()
 {
     $this->parameters = false;
     if ($this->get_value_from_form("authentificated") == 1) {
         $this->parameters = true;
     }
     return parent::save_form();
 }
 public function save_form()
 {
     $this->parameters['val_choice'] = $this->get_value_from_form("val_choice");
     return parent::save_form();
 }
 public function save_form()
 {
     $this->parameters = $this->get_value_from_form('opac_view_id');
     return parent::save_form();
 }
 public function save_form()
 {
     $this->parameters = array();
     return parent::save_form();
 }
 public function save_form()
 {
     $this->parameters["type_editorial"] = $this->get_value_from_form("article");
     return parent::save_form();
 }
 public function __construct($id = 0)
 {
     parent::__construct($id);
     $this->once_sub_selector = true;
 }
 public function save_form()
 {
     $this->parameters = $this->get_value_from_form("id_bannette");
     return parent::save_form();
 }
 public function __construct($id = 0)
 {
     parent::__construct($id);
 }
 public function save_form()
 {
     $this->parameters = "tab_result_read";
     return parent::save_form();
 }
 public function save_form()
 {
     $this->parameters = $this->get_value_from_form("manual_value");
     return parent::save_form();
 }
 public function save_form()
 {
     $this->parameters = $this->get_value_from_form('id_article');
     return parent::save_form();
 }
 public function save_form()
 {
     $this->parameters = $this->get_value_from_form("type_selector");
     return parent::save_form();
 }
 public function save_form()
 {
     $this->parameters = $this->get_value_from_form("sections_ids");
     return parent::save_form();
 }
 public function save_form()
 {
     $this->parameters['categories'] = $this->get_value_from_form("categories");
     return parent::save_form();
 }
 public function save_form()
 {
     $this->parameters["type_editorial_field"] = $this->get_value_from_form("select_field");
     $this->parameters["type_editorial"] = $this->get_value_from_form($this->cms_module_common_selector_type_editorial_type);
     return parent::save_form();
 }
 public function save_form()
 {
     $this->parameters['cp'] = $this->get_value_from_form("cp");
     $this->parameters['cp_val'] = $this->get_value_from_form("cp_val");
     return parent::save_form();
 }
 public function save_form()
 {
     $this->parameters["type_editorial_field"] = $this->get_value_from_form("select_field");
     return parent::save_form();
 }
 public function save_form()
 {
     $this->parameters['opacitem'] = $this->get_value_from_form("opacitem");
     $this->parameters['globals'] = $this->get_value_from_form("globals");
     return parent::save_form();
 }
 public function save_form()
 {
     $this->parameters['server_url'] = $this->get_value_from_form("server_url");
     return parent::save_form();
 }