value ? intval($this->value) : null; } public function set($value): bool { return parent::set(intval($value)); } }