コード例 #1
0
ファイル: Info.php プロジェクト: nayanchamp/magento2
 /**
  * Set custom template
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('billing/agreement/view/tab/info.phtml');
 }