socket = $socket; $this->host = $host; $this->subdomain = $subdomain; $this->client_id = $clientId; } public function registerProxy($requestId) { $this->socket->send(json_encode([ 'event' => 'createProxy', 'request_id' => $requestId, 'client_id' => $this->client_id, ])); } }