You are here

public function XMLSitemapIndexWriter::__construct in XML sitemap 7.2

Same name and namespace in other branches
  1. 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');
}