class StartPrice extends AbstractElement

XML Element StartPrice

17.99

Methods

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

Erstellt ein neues Node-Objekt

type
validateEbayNode(type $tag)

validateEbayNode

static StartPrice
getInstanceFromValue(string $value, string|null $currencyID = null)

getInstanceFromValues

Details

in AbstractElement at line 46
__construct(string|null $tag = null, string $value = '', null|AttributeMap $attributes = null)

Erstellt ein neues Node-Objekt

Wenn kein Tag Name übergeben wurde, wird der Klassenname ohne Namespace verwendet

Parameters

string|null $tag Tag
string $value Wert
null|AttributeMap $attributes Atributes

in AbstractElement at line 66
protected type validateEbayNode(type $tag)

validateEbayNode

Parameters

type $tag

Return Value

type

Exceptions

SyntaxErrorExeption
NotAvailableException

at line 50
static StartPrice getInstanceFromValue(string $value, string|null $currencyID = null)

getInstanceFromValues

Erstellt ein neues XML Element vom Typ StartPrice

Parameters

string $value Startpreis
string|null $currencyID Währung

Return Value

StartPrice