| Total Complexity | 4 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class RichXmlFormatter extends XmlFormatter |
||
| 9 | { |
||
| 10 | public function getSitemapStart() |
||
| 11 | { |
||
| 12 | return '<?xml version="1.0" encoding="UTF-8"?>'."\n".'<urlset '.'xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" '.'xmlns:xhtml="http://www.w3.org/1999/xhtml" '.'xmlns:video="http://www.google.com/schemas/sitemap-video/1.1" '.'xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">'."\n"; |
||
| 13 | } |
||
| 14 | |||
| 15 | protected function formatBody(Url $url) |
||
| 26 | } |
||
| 27 | } |