class SKU extends AbstractElement

XML Element SKU

14250-50

Methods

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

Erstellt ein neues Node-Objekt

type
validateEbayNode(type $tag)

validateEbayNode

static SKU
getInstanceFromValue(string $value)

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 48
static SKU getInstanceFromValue(string $value)

getInstanceFromValues

Erstellt ein neues XML Element vom Typ SKU

Parameters

string $value Artikelnummer

Return Value

SKU