1 | <?php |
||
7 | class SitemapNamespace |
||
8 | { |
||
9 | public static $namespaces = [ |
||
10 | 'xmlns' => 'http://www.sitemaps.org/schemas/sitemap/0.9', |
||
11 | 'xmlns:xhtml' => 'http://www.w3.org/1999/xhtml', |
||
12 | ]; |
||
13 | |||
14 | public static function overrideNamespaces($namespaces = []) |
||
18 | |||
19 | public static function generateNamespaces() |
||
27 | |||
28 | public static function setDefault() |
||
35 | } |
||
36 |