Пример #1
0
 /**
  * Send a command and ignore the output, reset smart console
  *
  * @param $cmd
  */
 protected function sendDumbCommand($cmd)
 {
     $this->shell->sendln($cmd);
     sleep(1);
     $this->shell->readUntilPause(1.0);
     $this->output($cmd);
     $this->shell->setSmartConsole();
 }