name; } /** * Set the client's name * @param string $name */ public function setName($name) { $this->name = $name; } }