Property | Type | Description | |
---|---|---|---|
$attribute | Mage_Eav_Model_Entity_Attribute | ||
$entityType | string | ||
$readConnection | Varien_Db_Adapter_Interface | ||
$warnings | array |
Method | Description | |
---|---|---|
__construct ( Mage_Eav_Model_Entity_Attribute $attribute ) | ||
getAttributeLabels ( Mage_Eav_Model_Entity_Attribute $attribute ) : array | Gets attribute labels from database | |
getWarnings ( ) : array | ||
setReadConnection ( $connection ) | ||
setWarnings ( array $warnings ) |
Method | Description | |
---|---|---|
getOptions ( Mage_Eav_Model_Entity_Attribute $attribute ) : array | Gets attribute options from database |
public __construct ( Mage_Eav_Model_Entity_Attribute $attribute ) | ||
$attribute | Mage_Eav_Model_Entity_Attribute |
public getAttributeLabels ( Mage_Eav_Model_Entity_Attribute $attribute ) : array | ||
$attribute | Mage_Eav_Model_Entity_Attribute | |
return | array |
protected getOptions ( Mage_Eav_Model_Entity_Attribute $attribute ) : array | ||
$attribute | Mage_Eav_Model_Entity_Attribute | |
return | array |
protected Mage_Eav_Model_Entity_Attribute $attribute | ||
return | Mage_Eav_Model_Entity_Attribute |
protected Varien_Db_Adapter_Interface $readConnection | ||
return | Varien_Db_Adapter_Interface |