Example #1
0
 /**
  * @details Disconnect from the IMuSession.
  *
  * @see $session
  */
 protected function disconnect()
 {
     $this->session->disconnect();
 }