コード例 #1
0
ファイル: Index.php プロジェクト: ueef/php-sitemap-builder
 public function close()
 {
     $this->write('</sitemapindex>');
     parent::close();
 }
コード例 #2
0
ファイル: Sitemap.php プロジェクト: ueef/php-sitemap-builder
 public function close()
 {
     $this->write('</urlset>');
     parent::close();
 }