コード例 #1
0
ファイル: Grid.php プロジェクト: Doability/magento2dev
 protected function _prepareGrid()
 {
     if (!$this->isGridPrepared) {
         parent::_prepareGrid();
         $this->isGridPrepared = true;
     }
     return $this;
 }