class URL extends Element

URL

http://www.example.com/ 2005-01-01 monthly 0.8

Constants

TAG

Tagname

Methods

__construct(null $tag = null, string $value = '', string $attributes = null)

Neue Instanz

static URL
getInstance(URI $loc, Date $lastmod = null, string $changefreq = 'weekly', float $priority = 0.5)

Neues URL-Element erstellen

Details

at line 62
__construct(null $tag = null, string $value = '', string $attributes = null)

Neue Instanz

Parameters

null $tag Dieser Wert wird ignoriert
string $value
string $attributes

at line 78
static URL getInstance(URI $loc, Date $lastmod = null, string $changefreq = 'weekly', float $priority = 0.5)

Neues URL-Element erstellen

Parameters

URI $loc
Date $lastmod
string $changefreq
float $priority

Return Value

URL