Mage_Review_Model_Review_Summary Class Reference

Inheritance diagram for Mage_Review_Model_Review_Summary:

Mage_Core_Model_Abstract Varien_Object

List of all members.

Public Member Functions

 __construct ()
 getEntityPkValue ()
 getRatingSummary ()
 getReviewsCount ()


Detailed Description

Definition at line 35 of file Summary.php.


Constructor & Destructor Documentation

__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     }


Member Function Documentation

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     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:38 2009 for Magento by  doxygen 1.5.8