/** * Initialize collection * * @return void */ protected function _construct() { parent::_construct(); $this->setRowIdFieldName('selection_id'); $this->_selectionTable = $this->getTable('catalog_product_bundle_selection'); }
/** * Assign link table name * * @return void */ protected function _construct() { parent::_construct(); $this->_linkTable = $this->getTable('catalog_product_super_link'); }