isHtmlAllowed = $condition; return $this; } public function isHtmlAllowed(): bool { return (bool) $this->evaluate($this->isHtmlAllowed); } }