Exemplo n.º 1
0
 private function wait()
 {
     return $this->transport->getMessage();
 }
Exemplo n.º 2
0
 public function addTransport(TransportInterface $transport)
 {
     $this->transports[$transport->getName()] = $transport;
 }