| 1 | <?php |
||
| 18 | final class TotalSegmentExtensionAttributeViewFactory implements TotalSegmentExtensionAttributeViewFactoryInterface |
||
| 19 | { |
||
| 20 | /** @var string */ |
||
| 21 | private $totalSegmentExtensionAttributeViewClass; |
||
| 22 | |||
| 23 | /** @var TaxGrandtotalDetailsViewFactoryInterface */ |
||
| 24 | private $taxGrandtotalDetailsViewFactory; |
||
| 25 | |||
| 26 | public function __construct( |
||
| 33 | |||
| 34 | public function create(SyliusOrderInterface $syliusOrder): TotalSegmentExtensionAttributeView |
||
| 42 | } |
||
| 43 |