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