<?php
namespace ContainerXqPVELs;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getGosWebSocket_Pusher_Wamp_DataCollector_InnerService extends Whater_KernelDevDebugContainer
{
/**
* Gets the private 'gos_web_socket.pusher.wamp.data_collector.inner' shared service.
*
* @return \Gos\Bundle\WebSocketBundle\Pusher\Wamp\WampPusher
*
* @deprecated Since gos/web-socket-bundle 3.1: The "gos_web_socket.pusher.wamp.data_collector.inner" service is deprecated and will be removed in GosWebSocketBundle 4.0.
*/
public static function do($container, $lazyLoad = true)
{
trigger_deprecation('gos/web-socket-bundle', '3.1', 'The "gos_web_socket.pusher.wamp.data_collector.inner" service is deprecated and will be removed in GosWebSocketBundle 4.0.');
$instance = new \Gos\Bundle\WebSocketBundle\Pusher\Wamp\WampPusher(($container->privates['gos_web_socket.router.wamp'] ?? $container->load('getGosWebSocket_Router_WampService')), ($container->services['.container.private.serializer'] ?? $container->load('get_Container_Private_SerializerService')), $container->load('getGosWebSocket_Pusher_Wamp_ConnectionFactoryService'));
$instance->setName('wamp');
return $instance;
}
}