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