Class Mage_Eav_Model_Resource_Entity_Attribute
EAV attribute resource model
- Mage_Core_Model_Resource_Abstract
- Mage_Core_Model_Resource_Db_Abstract
- Mage_Eav_Model_Resource_Entity_Attribute
Direct known subclasses
Mage_Catalog_Model_Resource_Attribute, Mage_Eav_Model_Mysql4_Entity_Attribute, Mage_Eav_Model_Resource_AttributeIndirect known subclasses
Mage_Catalog_Model_Resource_Eav_Mysql4_Attribute, Mage_Customer_Model_Entity_Attribute, Mage_Customer_Model_Resource_Attribute
Package: Mage\Eav
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Eav/Model/Resource/Entity/Attribute.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Eav/Model/Resource/Entity/Attribute.php
protected
|
|
protected
|
|
protected
|
|
public
boolean
|
#
loadByCode(
Load attribute data by attribute code |
private
integer
|
#
_getMaxSortOrder(
Retrieve Max Sort order for attribute in group |
public
|
|
protected
|
|
protected
|
#
_afterSave(
Save additional attribute data after save attribute |
protected
|
|
protected
|
#
_saveAdditionalAttributeData(
Save additional data of attribute |
public
|
|
protected
|
|
public
integer
|
#
getIdByCode( string $entityType, string $code )
Retrieve attribute id by entity type code and attribute code |
public
array
|
#
getAttributeCodesByFrontendType( string $frontendType )
Retrieve attribute codes by front-end type |
public
Varien_Db_Select
|
#
getFlatUpdateSelect(
Retrieve Select For Flat Attribute update |
public
array
|
|
public
string
|
#
getAdditionalAttributeTable( integer $entityTypeId )
Retrieve additional attribute table name for specified entity type |
protected
|
#
_afterLoad(
Load additional attribute data. Load label of current active store |
public
array
|
|
public
array
|
#
getValidAttributeIds( array $attributeIds )
Load by given attributes ids and return only exist attribute ids |
protected static
array
|
$_entityAttributes | array() |
#
Eav Entity attributes cache |
$_commitCallbacks
|