value)) { return $this->value; } if ($this->nullable) { return null; } return $this->default; } }