class URLSet extends Element

URLSet

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

addURL(URL $url)

URL zum Set hinzufügen

static URLSet
getInstance()

Neue Instanz

Details

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

Neue Instanz

Parameters

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

at line 75
URLSet addURL(URL $url)

URL zum Set hinzufügen

Parameters

URL $url

Return Value

URLSet

at line 85
static URLSet getInstance()

Neue Instanz

Return Value

URLSet