ShopDetailsRepository
in package
Class ShopDetailsRepository
Table of Contents
- $mapper : ShopDetailsMapper
- __construct() : mixed
- ShopDetailsRepository constructor.
- getShopDetails() : ShopDetails
- Returns the shop details.
Properties
$mapper
private
ShopDetailsMapper
$mapper
Methods
__construct()
ShopDetailsRepository constructor.
public
__construct(ShopDetailsMapper $mapper) : mixed
Parameters
- $mapper : ShopDetailsMapper
Return values
mixed —getShopDetails()
Returns the shop details.
public
getShopDetails() : ShopDetails