Repository
in package
implements
RepositoryInterface
Class Repository
Interfaces, Classes and Traits
- RepositoryInterface
- Interface RepositoryInterface
Table of Contents
- $reader : ReaderInterface
- __construct() : mixed
- Repository constructor.
- shortDescription() : ShortDescription
- createShortDescription() : ShortDescription
Properties
$reader
protected
ReaderInterface
$reader
Methods
__construct()
Repository constructor.
public
__construct(ReaderInterface $reader) : mixed
Parameters
- $reader : ReaderInterface
Return values
mixed —shortDescription()
public
shortDescription(SellingUnitId $sellingUnitId) : ShortDescription
Parameters
- $sellingUnitId : SellingUnitId
Tags
Return values
ShortDescription —createShortDescription()
protected
createShortDescription(ShortDescriptionDto $dto) : ShortDescription
Parameters
- $dto : ShortDescriptionDto