예제 #1
0
 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
 /**
  * construct
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_create_validation_card');
 }
예제 #4
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_create_billing_method');
 }
예제 #5
0
 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');
 }