public function XMLSitemapIndexWriter::__construct in XML sitemap 7.2
Same name and namespace in other branches
- 6.2 xmlsitemap.xmlsitemap.inc \XMLSitemapIndexWriter::__construct()
Construct.
Overrides XMLSitemapWriter::__construct
File
- ./
xmlsitemap.xmlsitemap.inc, line 255 - XML sitemap integration functions for xmlsitemap.module.
Class
- XMLSitemapIndexWriter
- XML Sitemap Index Writer.
Code
public function __construct(stdClass $sitemap, $page = 'index') {
parent::__construct($sitemap, 'index');
}