converter = new HtmlConverter([ 'strip_tags' => true, 'remove_nodes' => 'title' ]); $this->html = $html; } public function execute() { return $this->converter->convert($this->html); } }