var/cache/dev/ContainerY3DYq7x/get_Container_Private_GosWebSocket_Wamp_TopicManagerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerY3DYq7x;
  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 get_Container_Private_GosWebSocket_Wamp_TopicManagerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public '.container.private.gos_web_socket.wamp.topic_manager' shared service.
  12.      *
  13.      * @return \Gos\Bundle\WebSocketBundle\Topic\TopicManager
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/WebSocket/WsServerInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  19.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Wamp/WampServerInterface.php';
  20.         include_once \dirname(__DIR__4).'/vendor/gos/web-socket-bundle/src/Topic/TopicManager.php';
  21.         $container->services['.container.private.gos_web_socket.wamp.topic_manager'] = $instance = new \Gos\Bundle\WebSocketBundle\Topic\TopicManager();
  22.         $instance->setWampApplication(($container->privates['gos_web_socket.server.application.wamp'] ?? $container->load('getGosWebSocket_Server_Application_WampService')));
  23.         return $instance;
  24.     }
  25. }