Public Member Functions | |
__construct () | |
getEntityPkValue () | |
getRatingSummary () | |
getReviewsCount () |
Definition at line 35 of file Summary.php.
__construct | ( | ) |
Constructor
By default is looking for first argument as array and assignes it as object attributes This behaviour may change in child classes
Reimplemented from Varien_Object.
Definition at line 38 of file Summary.php.
00039 { 00040 $this->_init('review/review_summary'); 00041 }
getEntityPkValue | ( | ) |
Definition at line 43 of file Summary.php.
00044 { 00045 return $this->_getData('entity_pk_value'); 00046 }
getRatingSummary | ( | ) |
Definition at line 48 of file Summary.php.
00049 { 00050 return $this->_getData('rating_summary'); 00051 }
getReviewsCount | ( | ) |
Definition at line 53 of file Summary.php.
00054 { 00055 return $this->_getData('reviews_count'); 00056 }