name = $name; $this->id = $id; } public function getName() { return $this->name; } }