Microweber\Utils\Sitemap::xmlHeader PHP Method

xmlHeader() public method

public xmlHeader ( )
    public function xmlHeader()
    {
        $str = '<?xml version="1.0" encoding="UTF-8"?><urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">';
        return $str;
    }