
Public Member Functions | |
| loadByEntityStore ($entityTypeId, $storeId) | |
Protected Member Functions | |
| _construct () | |
Definition at line 28 of file Store.php.
| _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 }
1.5.8