Example #1
0
 public function update(Response $response)
 {
     $response->setRecipient($this);
     $this->connection->send($response->toString());
 }