Goetas\Twital\SourceAdapter\HTML5Adapter::getHtml5 PHP Method

getHtml5() private method

private getHtml5 ( )
    private function getHtml5()
    {
        if (!$this->html5) {
            $this->html5 = new HTML5(array("xmlNamespaces" => true));
        }
        return $this->html5;
    }