Class Mage_ImportExport_Model_Export_Entity_Product_Type_Abstract

Description

Export entity product type abstract model

Located in /ImportExport/Model/Export/Entity/Product/Type/Abstract.php (line 34)


	
			
Direct descendents
Class Description
Mage_ImportExport_Model_Export_Entity_Product_Type_Grouped Export entity product type grouped model
Mage_ImportExport_Model_Export_Entity_Product_Type_Configurable Export entity product type configurable model
Mage_ImportExport_Model_Export_Entity_Product_Type_Simple Export entity product type simple model
Variable Summary
Method Summary
array getDisabledAttrs ()
bool isSuitable ()
boolean overrideAttribute ( $attribute)
Variables
array $_attributeOverrides = array() (line 41)

Overriden attributes parameters.

  • access: protected

Redefined in descendants as:
array $_disabledAttrs = array() (line 48)

Array of attributes codes which are disabled for export.

  • access: protected

Redefined in descendants as:
array $_indexValueAttributes = array() (line 55)

Attributes with index (not label) value.

  • access: protected
Methods
getDisabledAttrs (line 62)

Return disabled attributes codes.

  • access: public
array getDisabledAttrs ()
getIndexValueAttributes (line 72)

Get attribute codes with index (not label) value.

  • access: public
array getIndexValueAttributes ()
isSuitable (line 82)

Additional check for model availability. If method returns FALSE - model is not suitable for data processing.

  • access: public
bool isSuitable ()
overrideAttribute (line 93)

Add additional data to attribute.

  • access: public
boolean overrideAttribute ( $attribute)

Documentation generated on Fri, 11 Feb 2011 16:55:16 +0200 by phpDocumentor 1.4.3