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