Свойство | Тип | Описание | |
---|---|---|---|
$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 |
protected getEntityTypeId ( ) : string | ||
Результат | string |
protected array $indexedAttributesConditions | ||
Результат | array |