コード例 #1
0
ファイル: Mixpanel.php プロジェクト: SelaInc/eassignment
 /**
  * Empty the events queue
  */
 public function reset()
 {
     $this->_events->reset();
 }
コード例 #2
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->_instance->reset();
     $this->_instance = null;
 }