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