1 | <?php |
||
20 | class PromotionCouponRepository extends EntityRepository implements PromotionCouponRepositoryInterface |
||
21 | { |
||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | public function createQueryBuilderByPromotionId($promotionId) |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | public function countByCodeLength($codeLength) |
||
46 | } |
||
47 |