示例#1
0
 function showCommunicationRemove()
 {
     $communication = new Communication();
     $communication->removeRecord(getFromSessionParams('hnid'));
     $display = new Display();
     return $this->showCommunicationTable($display->displayInfo('Communication line removed.'));
 }