예제 #1
0
파일: Grid.php 프로젝트: nja78/magento2
 /**
  * Constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_create_search_grid');
 }
예제 #2
0
 /**
  * Construct
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_create_validation_card');
 }
예제 #3
0
파일: Form.php 프로젝트: aiesh/magento2
 /**
  * Constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_create_form');
 }
예제 #4
0
 /**
  * Constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_create_billing_method');
 }