Protected Member Functions | |
_construct () |
Definition at line 33 of file Eav.php.
_construct | ( | ) | [protected] |
should be defined because abstract
Reimplemented from Mage_CatalogIndex_Model_Mysql4_Indexer_Abstract.
Definition at line 35 of file Eav.php.
00036 { 00037 $this->_init('catalogindex/eav', 'index_id'); 00038 00039 $this->_entityIdFieldName = 'entity_id'; 00040 $this->_attributeIdFieldName = 'attribute_id'; 00041 $this->_storeIdFieldName = 'store_id'; 00042 }