PHPDaemon\SockJS\WebSocketRouteProxy::__construct PHP Method

__construct() public method

__construct
public __construct ( Application $sockjs, $route )
$sockjs Application
    public function __construct($sockjs, $route)
    {
        $this->sockjs = $sockjs;
        $this->realRoute = $route;
    }