1 | <?php |
||
5 | class SitemapNamespace |
||
6 | { |
||
7 | public static $namespaces = [ |
||
8 | 'xmlns' => 'http://www.sitemaps.org/schemas/sitemap/0.9', |
||
9 | 'xmlns:xhtml' => 'http://www.w3.org/1999/xhtml', |
||
10 | ]; |
||
11 | |||
12 | public static function overrideNamespaces($namespaces = []) |
||
16 | |||
17 | public static function generateNamespaces() |
||
25 | |||
26 | public static function setDefault() |
||
33 | } |
||
34 |