client = $client; } /** * @return Client */ public function getClient() { return $this->client; } /** * @return string */ public function getCaBundlePath() { return $this->getClient()->getCaBundlePath(); } }