コード例 #1
0
ファイル: Newsletter.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_create_newsletter');
 }
コード例 #2
0
ファイル: Form.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_create_shipping_method_form');
 }
コード例 #3
0
ファイル: Validation.php プロジェクト: natxetee/magento2
 /**
  * construct
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_create_validation_card');
 }
コード例 #4
0
ファイル: Method.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_create_billing_method');
 }
コード例 #5
0
ファイル: Coupons.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_create_coupons_form');
 }
コード例 #6
0
ファイル: Store.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_create_store');
 }