Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
PrintAction.php
Go to the documentation of this file.
1 <?php
8 
11 
13 {
19  public function __construct(
20  Context $context,
21  \Magento\Sales\Controller\Guest\OrderLoader $orderLoader,
23  ) {
24  parent::__construct($context, $orderLoader, $resultPageFactory);
25  }
26 }
__construct(Context $context, \Magento\Sales\Controller\Guest\OrderLoader $orderLoader, PageFactory $resultPageFactory)
Definition: PrintAction.php:19