data !== null) { $result .= $this->data; } return $result; } public function getContent(): ?string { return $this->data; } }