final class SitemapUrl (View source)

Methods

__construct(string $loc, DateTimeInterface|string|null $lastmod = null, SitemapChangeFrequency|string|null $changefreq = null, float|null $priority = null)
static SitemapUrl
create(string $loc, DateTimeInterface|string|null $lastmod = null, SitemapChangeFrequency|string|null $changefreq = null, float|null $priority = null)
string
loc()
string
DateTimeInterface|string|null
DateTimeInterface|string|null
SitemapChangeFrequency|string|null
SitemapChangeFrequency|string|null
float|null
float|null

Details

__construct

__construct(string $loc, DateTimeInterface|string|null $lastmod = null, SitemapChangeFrequency|string|null $changefreq = null, float|null $priority = null)

No description

Parameters

string $loc
DateTimeInterface|string|null $lastmod
SitemapChangeFrequency|string|null $changefreq
float|null $priority

create

static SitemapUrl create(string $loc, DateTimeInterface|string|null $lastmod = null, SitemapChangeFrequency|string|null $changefreq = null, float|null $priority = null)

No description

Parameters

string $loc
DateTimeInterface|string|null $lastmod
SitemapChangeFrequency|string|null $changefreq
float|null $priority

Return Value

SitemapUrl

loc

string loc()

No description

Return Value

string

lastmod

DateTimeInterface|string|null lastmod()

No description

Return Value

DateTimeInterface|string|null

changefreq

SitemapChangeFrequency|string|null changefreq()

No description

Return Value

SitemapChangeFrequency|string|null

priority

float|null priority()

No description

Return Value

float|null