client = $client; } public function getClient() { return $this->client; } public function getRepository() { return $this->repository; } public function setRepository($repository) { $this->repository = $repository; } }