connectionObj = $connectionObj; $this->quit = new Quit($this->connectionObj); } public function logout() { return $this->quit->closeTelnet(); } }