You are here

protected property XMLSitemapWriter::$rootElement in XML sitemap 7.2

Same name and namespace in other branches
  1. 6.2 xmlsitemap.xmlsitemap.inc \XMLSitemapWriter::rootElement

Root Element.

@codingStandardsIgnoreEnd

Type: string.

File

./xmlsitemap.xmlsitemap.inc, line 48
XML sitemap integration functions for xmlsitemap.module.

Class

XMLSitemapWriter
Extended class for writing XML sitemap files.

Code

protected $rootElement = 'urlset';