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