Example #1
0
 /**
  * Connect to server.
  *
  * @return void
  */
 public function connect()
 {
     $this->connection->connect();
 }