Test'; }//end menu() public function device_overview_container($device) { echo('
'.get_class().' Plugin
'); echo(' Example plugin in "Device - Overview" tab
'); echo('
'); } public function port_container($device, $port) { echo('
'.get_class().' plugin in "Port" tab
'); echo ('Example display in Port tab
'); echo('
'); } }