class StoreOrders extends AbstractResult

StoreOrders Result

Properties

protected type $storeOrdersResponse
protected type $errorResponse

Methods

bool
hasError()

liefert zurück ob es Fehler gab

__construct()

neues Objekt

$this
setErrorResponse(ErrorResponse $response)

setzt die fehler Rückmeldung

setStoreOrdersResponse(StoreOrdersResponse $response)

setzt die erfolgreiche Rückmeldung

StoreOrdersResponse|null
getStoreOrdersResponse()

liefert die erfolgreiche Rückmeldung zurück

ErrorResponse|null
getErrorResponse()

No description

Details

at line 96
bool hasError()

liefert zurück ob es Fehler gab

Return Value

bool

at line 51
__construct()

neues Objekt

at line 65
$this setErrorResponse(ErrorResponse $response)

setzt die fehler Rückmeldung

Parameters

ErrorResponse $response

Return Value

$this

at line 77
StoreOrders setStoreOrdersResponse(StoreOrdersResponse $response)

setzt die erfolgreiche Rückmeldung

Parameters

StoreOrdersResponse $response

Return Value

StoreOrders

at line 87
StoreOrdersResponse|null getStoreOrdersResponse()

liefert die erfolgreiche Rückmeldung zurück

Return Value

StoreOrdersResponse|null | null

at line 107
ErrorResponse|null getErrorResponse()

Return Value

ErrorResponse|null