Exemple #1
0
 /**
  * @param string $command
  */
 public function write($command)
 {
     $this->_lastConnection = $this->getConnection();
     $this->_lastConnection->write($command);
 }