コード例 #1
0
ファイル: Invoice.php プロジェクト: relue/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('order/invoice.phtml');
 }