render() public method

Renders the Element content
public render ( string $doctype = '', boolean $formatted = false ) : string
$doctype string the doctype will be applied to document. I.e.: ''.
$formatted boolean Whether to format output.
return string with the content rendered.
 public function render($doctype = '<!doctype html>', $format = false)
 {
     return parent::render($doctype, $format);
 }