optional = true; $this->content = $content; } /** * @inheritDoc */ protected function validateField(): bool { return true; } /** * @inheritDoc */ public function generateHtml(): string { return $this->content; } }