| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | public function __construct(Controller $controller, $name) |
||
| 16 | { |
||
| 17 | $fields = Injector::inst()->get('CatalogProductInquiry')->getFrontEndFields(); |
||
| 18 | $actions = Injector::inst()->get('CatalogProductInquiry')->getFrontEndActions(); |
||
| 19 | $validator = Injector::inst()->get('CatalogProductInquiry')->getFrontEndRequiredFields(); |
||
| 20 | |||
| 21 | parent::__construct($controller, $name, $fields, $actions, $validator); |
||
| 22 | } |
||
| 23 | |||
| 24 | } |