1 | <?php |
||
15 | class PromotionTransformer extends AbstractTransformer |
||
16 | { |
||
17 | /** |
||
18 | * @param Promotion $promotion |
||
19 | * |
||
20 | * @return array |
||
21 | */ |
||
22 | public function transform(Promotion $promotion) |
||
34 | |||
35 | /** |
||
36 | * @param Discount $discount |
||
37 | * |
||
38 | * @return array |
||
39 | */ |
||
40 | protected function discount($discount) |
||
48 | |||
49 | /** |
||
50 | * @param CreditPoint $creditPoint |
||
51 | * |
||
52 | * @return array |
||
53 | */ |
||
54 | protected function creditPoint($creditPoint) |
||
62 | } |
||
63 |