コード例 #1
0
 private function start()
 {
     $call_import = new callImportManager($this->dbh, $this->traceObj);
     $call_import->recheckUnmatchedCalls();
 }