_getData('entity_pk_value'); } /** * Get rating summary data * * @return string */ public function getRatingSummary() { return $this->_getData('rating_summary'); } /** * Get count of reviews * * @return int */ public function getReviewsCount() { return $this->_getData('reviews_count'); } }