[TASK] Added the reconnect-flag that works now.
This commit is contained in:
@@ -61,6 +61,16 @@ abstract class Client_AbstractClient {
|
||||
*/
|
||||
abstract public function loadConfig($config);
|
||||
|
||||
/**
|
||||
* Will reset the connectionStatus of the client.
|
||||
* Implementation depends on the client.
|
||||
* Should be used to reset internal variables.
|
||||
* @return void
|
||||
*/
|
||||
public function resetConnectionStatus() {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int $id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user