Mage_Eav_Model_Entity_Store Class Reference

Inheritance diagram for Mage_Eav_Model_Entity_Store:

Mage_Core_Model_Abstract Varien_Object

List of all members.

Public Member Functions

 loadByEntityStore ($entityTypeId, $storeId)

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 28 of file Store.php.


Member Function Documentation

_construct (  )  [protected]

Enter description here...

Reimplemented from Varien_Object.

Definition at line 30 of file Store.php.

00031     {
00032         $this->_init('eav/entity_store');
00033     }

loadByEntityStore ( entityTypeId,
storeId 
)

Definition at line 35 of file Store.php.

00036     {
00037         $this->_getResource()->loadByEntityStore($this, $entityTypeId, $storeId);
00038         return $this;
00039     }


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

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