Exemplo n.º 1
0
 public function next(Packet $packet)
 {
     $this->packet = $this->decorated->next($packet);
     return $this->packet;
 }