Microweber\Utils\Sitemap::xmlFooter PHP Method

xmlFooter() public method

public xmlFooter ( )
    public function xmlFooter()
    {
        $str = '
		</urlset>
		';
        return $str;
    }