name); } public function isPercentage(): bool { return $this == self::Percentage; } public function isFixed(): bool { return $this == self::Fixed; } }