Ejemplo n.º 1
0
 /**
  * Send the result.
  */
 public function send()
 {
     //PS: I think this is a bit wrong. But this works, for now.
     $this->_transport->open();
     $this->_processor->process($this->_protocol, $this->_protocol);
     $this->_transport->close();
     parent::send();
 }
Ejemplo n.º 2
0
 public function close()
 {
     $this->transport_->close();
 }