Skip to content

Commit

Permalink
Remove getServerOptions() from ConnectionInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jul 6, 2018
1 parent 8e3aacf commit 831ea05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
15 changes: 0 additions & 15 deletions src/ConnectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,21 +146,6 @@ public function queryStream($sql, $params = array());
*/
public function ping();

/**
* Information about the server with which the connection is established.
*
* Available:
*
* * serverVersion
* * threadId
* * ServerCaps
* * serverLang
* * serverStatus
*
* @return array
*/
public function getServerOptions();

/**
* Quits (soft-close) the connection.
*
Expand Down
8 changes: 0 additions & 8 deletions src/Io/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,14 +266,6 @@ public function doConnect($callback)
});
}

/**
* {@inheritdoc}
*/
public function getServerOptions()
{
return $this->serverOptions;
}

/**
* @param Exception $err Error from socket.
*
Expand Down

0 comments on commit 831ea05

Please sign in to comment.