コード例 #1
0
ファイル: Extended.php プロジェクト: nickimproove/magento2
 /**
  * Retrieve column set block
  *
  * @return Mage_Core_Block_Abstract
  */
 public function getColumnSet()
 {
     if (!$this->getChildBlock('grid.columnSet')) {
         $this->setChild('grid.columnSet', $this->getLayout()->createBlock('Mage_Backend_Block_Widget_Grid_ColumnSet'));
     }
     return parent::getColumnSet();
 }