Beispiel #1
0
 /**
  * close
  *
  * @param string $msg
  *
  * @return  void
  */
 public function close($msg = '')
 {
     $this->command->close($msg);
 }