client = $client; } /** * Initiate a new query * * @return MetricsQuery */ public function select() { return new MetricsQuery($this); } /** * Get the client passed to the constructor * * @return GraphiteWebClient */ public function getClient() { return $this->client; } }