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