Example #1
0
 /**
  * @param object $message
  * @return string
  */
 protected function translate($message)
 {
     $message->write($this->_protocol);
     return $this->_transport->read($this->_transport->available());
 }