notEmpty(); $this->value = $number; } public function __toString() { return $this->get(); } public function get(): string { return $this->value; } public function getFormatted() { return $this->get(); } }