프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$indexedAttributesConditions | array |
메소드 | 설명 | |
---|---|---|
__construct ( Magento\Framework\App\ResourceConnection $resource, Magento\Store\Model\StoreManagerInterface $storeManager, Magento\Framework\EntityManager\MetadataPool $metadataPool, string $entityType = null ) | AbstractAttributeData constructor. | |
addIndexedFilterToAttributeCollection ( Magento\Eav\Model\ResourceModel\Entity\Attribute\Collection $attributeCollection ) : Magento\Eav\Model\ResourceModel\Entity\Attribute\Collection | Allow to filter an attribute collection on attributes that are indexed into the search engine. | |
getAttributesRawData ( integer $storeId, array $entityIds, string $tableName, array $attributeIds ) : array | Load attribute data for a list of entity ids. |
메소드 | 설명 | |
---|---|---|
getEntityTypeId ( ) : string | Get Entity Type Id. |
public __construct ( Magento\Framework\App\ResourceConnection $resource, Magento\Store\Model\StoreManagerInterface $storeManager, Magento\Framework\EntityManager\MetadataPool $metadataPool, string $entityType = null ) | ||
$resource | Magento\Framework\App\ResourceConnection | Resource Connection |
$storeManager | Magento\Store\Model\StoreManagerInterface | Store Manager |
$metadataPool | Magento\Framework\EntityManager\MetadataPool | Entity Metadata Pool |
$entityType | string | Entity Type |
public addIndexedFilterToAttributeCollection ( Magento\Eav\Model\ResourceModel\Entity\Attribute\Collection $attributeCollection ) : Magento\Eav\Model\ResourceModel\Entity\Attribute\Collection | ||
$attributeCollection | Magento\Eav\Model\ResourceModel\Entity\Attribute\Collection | Attribute collection (not loaded). |
리턴 | Magento\Eav\Model\ResourceModel\Entity\Attribute\Collection |