예제 #1
0
파일: Grid.php 프로젝트: aiesh/magento2
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('gridAbandoned');
 }
예제 #2
0
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('gridProducts');
 }