SitemapUrl
final class SitemapUrl (View source)
Methods
__construct(string $loc, DateTimeInterface|string|null $lastmod = null, SitemapChangeFrequency|string|null $changefreq = null, float|null $priority = null)
create(string $loc, DateTimeInterface|string|null $lastmod = null, SitemapChangeFrequency|string|null $changefreq = null, float|null $priority = null)
loc()
string
lastmod()
DateTimeInterface|string|null
SitemapChangeFrequency|string|null
priority()
float|null
Details
__construct
__construct(string $loc, DateTimeInterface|string|null $lastmod = null, SitemapChangeFrequency|string|null $changefreq = null, float|null $priority = null)
No description
create
static SitemapUrl
create(string $loc, DateTimeInterface|string|null $lastmod = null, SitemapChangeFrequency|string|null $changefreq = null, float|null $priority = null)
No description
loc
string
loc()
No description
changefreq
SitemapChangeFrequency|string|null
changefreq()
No description
priority
float|null
priority()
No description