public function XMLSitemapWriter::getURI in XML sitemap 6.2
Same name and namespace in other branches
- 7.2 xmlsitemap.xmlsitemap.inc \XMLSitemapWriter::getURI()
File
- ./
xmlsitemap.xmlsitemap.inc, line 157 - XML sitemap integration functions for xmlsitemap.module.
Class
- XMLSitemapWriter
- Extended class for writing XML sitemap files.
Code
public function getURI() {
return $this->uri;
}