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