value = (int)$value; } /** * Convert to string * * @return string */ function __toString() { return "{$this->value}"; } }