element->getDepth(); $text = htmlspecialchars($this->element->getText()); $html = "<{$tag}>{$text}" . PHP_EOL; return $html; } }