get_selected_selector(); if($selector){ $item_id = $selector->get_value(); if ($item_id) { $docwatch_item = new docwatch_item($item_id); return $docwatch_item->get_normalized_item(); } } return false; } public function get_format_data_structure(){ return $this->prefix_var_tree(docwatch_item::get_format_data_structure(),"item"); } }