Example #1
0
 /**
  * Retrieve not loaded collection
  *
  * @param string $entityType
  * @return Mage_Catalog_Model_Resource_Eav_Mysql4_Product_Collection
  */
 protected function _getCollectionForLoad($entityType)
 {
     $collection = parent::_getCollectionForLoad($entityType)->setStoreId($this->getStoreId())->addStoreFilter($this->getStoreId());
     return $collection;
 }