function __construct($path, $filename, $language = null)
 {
     parent::__construct($path);
     $this->filename = $filename;
     $this->language = $language;
     $this->sitemap_definition_loader = new SitemapDefinitionsLoader();
 }
 function __construct($path)
 {
     parent::__construct($path);
     $this->filename = 'sitemap_images';
     $this->node_image_loader = new NodeImagesLoader();
     $this->available_langs = language_list();
 }
 function __construct($path)
 {
     parent::__construct($path);
     $this->filename = 'sitemap';
 }