Total Complexity | 10 |
Total Lines | 53 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class QuantityFieldExtension extends Extension |
||
14 | { |
||
15 | |||
16 | public function onBeforeRender() |
||
29 | ); |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * Limit the quantity to the number available |
||
34 | * @param $quantity |
||
35 | */ |
||
36 | public function updateQuantity(&$quantity) |
||
48 | } |
||
49 | } |
||
50 | |||
51 | /** |
||
52 | * Adds limit |
||
53 | * @param $data |
||
54 | */ |
||
55 | public function updateData(&$data) |
||
68 |