class GetCategoryByIdResponse extends BaseResponse

Class GetCategoryByIdResponse

Methods

__construct()

Construct an instance of a BaseResponse.

null|ResponseInterface
getInnerResponse()

No description

setInnerResponse(ResponseInterface $innerResponse)

No description

mixed
getCategoryId()

Get the category id associated with this response

mixed
getCategoryMapping()

Get the category mapping returned

setCategoryMapping(CategoryMapping $categoryMapping)

No description

mixed
getCategory()

Get the category associated with this response

Details

in BaseResponse at line line 25
__construct()

Construct an instance of a BaseResponse.

in BaseResponse at line line 35
null|ResponseInterface getInnerResponse()

Return Value

null|ResponseInterface

in BaseResponse at line line 43
setInnerResponse(ResponseInterface $innerResponse)

Parameters

ResponseInterface $innerResponse

at line line 28
mixed getCategoryId()

Get the category id associated with this response

Return Value

mixed

at line line 38
mixed getCategoryMapping()

Get the category mapping returned

Return Value

mixed

at line line 46
setCategoryMapping(CategoryMapping $categoryMapping)

Parameters

CategoryMapping $categoryMapping

at line line 56
mixed getCategory()

Get the category associated with this response

Return Value

mixed