bool($this->burnsForever); } public function burnsForever() : bool{ return $this->burnsForever; } /** @return $this */ public function setBurnsForever(bool $burnsForever) : self{ $this->burnsForever = $burnsForever; return $this; } }