| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | public function __construct( |
||
| 27 | string $totalSegmentExtensionAttributeViewClass, |
||
| 28 | TaxGrandtotalDetailsViewFactoryInterface $taxGrandtotalDetailsViewFactory |
||
| 29 | ) { |
||
| 30 | $this->taxGrandtotalDetailsViewFactory = $taxGrandtotalDetailsViewFactory; |
||
| 31 | $this->totalSegmentExtensionAttributeViewClass = $totalSegmentExtensionAttributeViewClass; |
||
| 32 | } |
||
| 33 | |||
| 43 |