This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Add entity summary to item | |
* | |
* @param int $entityPkValue | |
* @param int $storeId | |
* @return Mage_Rating_Model_Resource_Rating_Collection | |
*/ | |
public function addEntitySummaryToItem($entityPkValue, $storeId) | |
{ | |
$arrRatingId = $this->getColumnValues('rating_id'); |