Пример #1
0
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     $grid = $this->getLayout()->createBlock('csmarketplace/adminhtml_vendor_entity_edit_tab_vpayments_grid', 'vpayments.grid');
     $this->setChild('vpayments.grid', $grid);
     return $this;
 }