uri = $uri; $this->credentials = $credentials; } /** * Obtain a reference to the store group's query profile. This needs to be subsequently fetched using get_from_network * @return QueryProfile */ function get_first_query_profile() { return new QueryProfile( $this->uri . '/queryprofiles/1', $this->credentials); } } ?>