value = $value; } /** * * @return float */ public function asFloat() { return $this->value / 100; } public function jsonSerialize() { return $this->value; } }