__construct() public method

public __construct ( Sulu\Component\Websocket\ConnectionContext\ConnectionContextInterface $context, $handlerName )
$context Sulu\Component\Websocket\ConnectionContext\ConnectionContextInterface
 public function __construct(AuthenticatedConnectionContextInterface $context, $handlerName)
 {
     parent::__construct($context, $handlerName);
 }