示例#1
0
 /**
  * unPause
  * This function is to be called by a client in order to unPause tracking through the lifetime of a Request.
  * Tracking can be paused by calling pauseTracking
  *
  *  * Usage: TrackerManager::getInstance()->unPauseTracking();
  */
 public function unPause()
 {
     self::$paused = false;
 }