Example #1
0
 /**
  * Disconnect from server.
  *
  * @return void
  */
 public function disconnect()
 {
     $this->connection->disconnect();
 }