var/cache/dev/ContainerBI5hVSN/getGosWebSocket_Pusher_WampService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerBI5hVSN;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getGosWebSocket_Pusher_WampService extends AppKernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'gos_web_socket.pusher.wamp' shared service.
  12.      *
  13.      * @return \Gos\Bundle\WebSocketBundle\Pusher\DataCollectingPusherDecorator
  14.      *
  15.      * @deprecated Since gos/web-socket-bundle 3.1: The "gos_web_socket.pusher.wamp" service is deprecated and will be removed in GosWebSocketBundle 4.0, use the symfony/messenger component instead.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         trigger_deprecation('gos/web-socket-bundle''3.1''The "gos_web_socket.pusher.wamp" service is deprecated and will be removed in GosWebSocketBundle 4.0, use the symfony/messenger component instead.');
  20.         $a = ($container->privates['gos_web_socket.pusher.wamp.data_collector.inner'] ?? $container->load('getGosWebSocket_Pusher_Wamp_DataCollector_InnerService'));
  21.         if (isset($container->services['gos_web_socket.pusher.wamp'])) {
  22.             return $container->services['gos_web_socket.pusher.wamp'];
  23.         }
  24.         return $container->services['gos_web_socket.pusher.wamp'] = new \Gos\Bundle\WebSocketBundle\Pusher\DataCollectingPusherDecorator($a, ($container->privates['debug.stopwatch'] ?? ($container->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($container->privates['gos_web_socket.data_collector.websocket'] ?? $container->load('getGosWebSocket_DataCollector_WebsocketService')));
  25.     }
  26. }