protected function get_exported_datas()
 {
     $infos = parent::get_exported_datas();
     $infos['type'] = "filter";
     return $infos;
 }