Interface SpecialOfferReaderInterface
| package |
Default |
|---|
fetchAll(\IntType $limit, \IntType $offset) : array|null
fetchBy(\IntType $limit, \IntType $offset, \StringType $searchCondition) : array|null
array|nullRaw data of special offers.
fetchById(\IdType $specialOfferId) : array|null
array|nullRaw data of a special offer.