Home
last modified time | relevance | path

Searched refs:lastmod (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/Sitemap/
H A DItem.php13 public $lastmod;
21 * @param int $lastmod Timestamp of the last modification
27 public function __construct($url, $lastmod, $changefreq = null, $priority = null)
30 $this->lastmod = $lastmod;
62 . ' <lastmod>' . date_iso8601($this->lastmod) . '</lastmod>' . NL;
12 public $lastmod; global() variable in dokuwiki\\Sitemap\\Item
26 __construct($url, $lastmod, $changefreq = null, $priority = null) global() argument