Mage_CatalogIndex_Model_Data_Configurable Class Reference

Inheritance diagram for Mage_CatalogIndex_Model_Data_Configurable:

Mage_CatalogIndex_Model_Data_Abstract Mage_Core_Model_Abstract Varien_Object

List of all members.

Public Member Functions

 getTypeCode ()

Protected Member Functions

 _construct ()
 _getLinkSettings ()

Protected Attributes

 $_haveChildren
 $_haveParents = false


Detailed Description

Configurable product data retreiver

Author:
Magento Core Team <core@magentocommerce.com>

Definition at line 32 of file Configurable.php.


Member Function Documentation

_construct (  )  [protected]

Initialize abstract resource model

Reimplemented from Mage_CatalogIndex_Model_Data_Abstract.

Definition at line 52 of file Configurable.php.

00053     {
00054         $this->_init('catalogindex/data_configurable');
00055     }

_getLinkSettings (  )  [protected]

Get child link table and field settings

Returns:
mixed

Reimplemented from Mage_CatalogIndex_Model_Data_Abstract.

Definition at line 72 of file Configurable.php.

00073     {
00074         return array(
00075                     'table'=>'catalog/product_super_link',
00076                     'parent_field'=>'parent_id',
00077                     'child_field'=>'product_id',
00078                     );
00079     }

getTypeCode (  ) 

Retreive product type code

Returns:
string

Reimplemented from Mage_CatalogIndex_Model_Data_Abstract.

Definition at line 62 of file Configurable.php.


Member Data Documentation

$_haveChildren [protected]

$_haveParents = false [protected]

Reimplemented from Mage_CatalogIndex_Model_Data_Abstract.

Definition at line 50 of file Configurable.php.


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

Generated on Sat Jul 4 17:23:46 2009 for Magento by  doxygen 1.5.8