class Quantity extends AbstractElement

XML Element Quantity

1

Methods

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

Erstellt ein neues Quantity Element-Objekt

type
validateEbayNode(type $tag)

validateEbayNode

static Quantity
getInstanceFromValue(integer $value)

getInstanceFromValues

Details

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

Erstellt ein neues Quantity Element-Objekt

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 62
static Quantity getInstanceFromValue(integer $value)

getInstanceFromValues

Erstellt ein neues XML Element vom Typ Quantity

Parameters

integer $value Lagerbestand

Return Value

Quantity