<?php
namespace ContainerBI5hVSN;
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 get_Container_Private_GosWebSocket_Registry_TopicService extends AppKernelDevDebugContainer
{
/**
* Gets the public '.container.private.gos_web_socket.registry.topic' shared service.
*
* @return \Gos\Bundle\WebSocketBundle\Server\App\Registry\TopicRegistry
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle/src/Server/App/Registry/TopicRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle/src/Topic/TopicInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle/src/Topic/PushableTopicInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle/src/Topic/SecuredTopicInterface.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/WebSocket/Topic/AppTopic.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/WebSocket/ConnectionAuthenticationStorage.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/WebSocket/Topic/EmailTopic.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/WebSocket/Topic/PingTopic.php';
$container->services['.container.private.gos_web_socket.registry.topic'] = $instance = new \Gos\Bundle\WebSocketBundle\Server\App\Registry\TopicRegistry();
$a = new \AppBundle\WebSocket\ConnectionAuthenticationStorage();
$b = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
$c = ($container->privates['AppBundle\\WebSocket\\WebSocketRedisTokenManager'] ?? $container->getWebSocketRedisTokenManagerService());
$d = ($container->services['monolog.logger.websocket'] ?? $container->getMonolog_Logger_WebsocketService());
$instance->addTopic(new \AppBundle\WebSocket\Topic\AppTopic($a, $b, $c, $d));
$instance->addTopic(new \AppBundle\WebSocket\Topic\EmailTopic($a, $b, $c, $d));
$instance->addTopic(new \AppBundle\WebSocket\Topic\PingTopic());
return $instance;
}
}