PHP Class Cti_Configurator_Helper_Components_Attributes, magento-configurator

Inheritance: extends Cti_Configurator_Helper_Components_Abstract
ファイルを表示 Open project: ctidigital/magento-configurator

Public Methods

Method Description
__construct ( )

Protected Methods

Method Description
_processComponent ( $data )
_processFile ( $globalFile, $localFile = null )

Private Methods

Method Description
_createOrUpdateAttribute ( $code, $data )
_getAttribute ( $code ) : boolean | Varien_Object Gets a particular attribute otherwise returns false if it doesn't exist
_getAttributeDefaultSettings ( ) : array
_maintainAttributeOptions ( $attribute, $options ) Assigns options to an attribute
_maintainAttributeStoreLabels ( $attribute, $labels ) Assign store labels to an attribute

Method Details

__construct() public method

public __construct ( )

_processComponent() protected method

protected _processComponent ( $data )

_processFile() protected method

protected _processFile ( $globalFile, $localFile = null )