Exemplo n.º 1
0
 /**
  * Disconnect from remote host and free resource
  */
 protected function _disconnect()
 {
     // Make sure the session gets closed
     $this->quit();
     parent::_disconnect();
 }
Exemplo n.º 2
0
 /**
  * Disconnect from remote host and free resource
  */
 protected function _disconnect()
 {
     // @codingStandardsIgnoreEnd
     // Make sure the session gets closed
     $this->quit();
     parent::_disconnect();
 }