Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function get()
 {
     if (false === ($envelope = $this->queue->get())) {
         return null;
     }
     return $envelope;
 }