Example #1
0
 public function addResponse(Response $response)
 {
     $ip = $response->getIP();
     $this->responseCollection[$ip] = $response;
 }