示例#1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('productsOrderedGrid');
 }
示例#2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('lastOrdersGrid');
 }
示例#3
0
文件: Top.php 项目: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('topSearchGrid');
 }
示例#4
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('customersNewestGrid');
 }