class GetItemResponse extends AbstractOutput

GetItemResponse

Diese Klasse erweitert die Standard Antwort von eBay um das Item.

2015-03-24T08:03:23.441Z Success .. 891 E891_INTL_API_17051666_R1 ...

Methods

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

Erstellt ein neues Node-Objekt

type
validateEbayNode(type $tag)

validateEbayNode

getItem()

getItem

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 62
Item getItem()

getItem

Gibt das Item zurück. Das Item wird immer zurück gegeben auch wenn es leer ist.

Return Value

Item Item

Exceptions

NotAvailableException