예제 #1
0
 /**
  * Used to send a manual connect request.
  * @return mixed
  */
 public function manualConnect()
 {
     $this->client->connect();
 }
 protected function connectAndLogin()
 {
     $this->client->connect();
     $this->client->login();
 }