get_selected_selector(); if($selector){ $watch_id = $selector->get_value(); if ($watch_id) { $docwatch_watch = new docwatch_watch($watch_id); $docwatch_watch->fetch_items(); return $docwatch_watch->get_normalized_watch(); } } return false; } public function get_format_data_structure(){ return $this->prefix_var_tree(docwatch_watch::get_format_data_structure(),"watch"); } }