public function connect();
/** * Opens the underlying connection and connects to the server. */ public function connect() { $this->connection->connect(); }