/**
  * Delete a loaded port
  *
  *@param $p_id Port ID
  *@return nothing
  **/
 function deleteDB()
 {
     $this->cleanVlan('', $this->getValue('ID'));
     $this->disconnectDB($this->getValue('ID'));
     $this->oFusionInventory_networking_ports->deleteDB();
     // fusioninventory
     parent::deleteDB();
     // core
 }