Mage_Rating_Model_Rating_Entity Class Reference

Inheritance diagram for Mage_Rating_Model_Rating_Entity:

Mage_Core_Model_Abstract Varien_Object

List of all members.

Public Member Functions

 getIdByCode ($entityCode)

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 35 of file Entity.php.


Member Function Documentation

_construct (  )  [protected]

Enter description here...

Reimplemented from Varien_Object.

Definition at line 37 of file Entity.php.

00038     {
00039         $this->_init('rating/rating_entity');
00040     }

getIdByCode ( entityCode  ) 

Definition at line 42 of file Entity.php.

00043     {
00044         return $this->_getResource()->getIdByCode($entityCode);
00045     }


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

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