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