コード例 #1
0
ファイル: SyneriseTracker.php プロジェクト: mical85/PHP-SDK
 public function flushQueue()
 {
     $this->event->reset();
     $this->transaction->reset();
     $this->client->reset();
 }