PHP Класс Smile\ElasticsuiteCatalog\Model\ResourceModel\Eav\Indexer\Indexer

Автор: Aurelien FOUCRET ([email protected])
Автор: Fanny DECLERCK ([email protected])
Наследование: extends Smile\ElasticsuiteCore\Model\ResourceModel\Indexer\AbstractIndexer
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$storeManager Magento\Store\Model\StoreManagerInterface

Открытые методы

Метод Описание
__construct ( Magento\Framework\App\ResourceConnection $resource, Magento\Store\Model\StoreManagerInterface $storeManager, Magento\Framework\EntityManager\MetadataPool $metadataPool ) Indexer constructor.

Защищенные методы

Метод Описание
getEntityMetaData ( string $entityType ) : Magento\Framework\EntityManager\EntityMetadataInterface Retrieve Metadata for an entity
getRootCategoryId ( Magento\Store\Api\Data\StoreInterface | integer | string $store ) : integer Retrieve store root category id.

Описание методов

__construct() публичный Метод

Indexer constructor.
public __construct ( Magento\Framework\App\ResourceConnection $resource, Magento\Store\Model\StoreManagerInterface $storeManager, Magento\Framework\EntityManager\MetadataPool $metadataPool )
$resource Magento\Framework\App\ResourceConnection Resource Connection
$storeManager Magento\Store\Model\StoreManagerInterface Store Manager
$metadataPool Magento\Framework\EntityManager\MetadataPool Metadata Pool

getEntityMetaData() защищенный Метод

Retrieve Metadata for an entity
protected getEntityMetaData ( string $entityType ) : Magento\Framework\EntityManager\EntityMetadataInterface
$entityType string The entity
Результат Magento\Framework\EntityManager\EntityMetadataInterface

getRootCategoryId() защищенный Метод

Retrieve store root category id.
protected getRootCategoryId ( Magento\Store\Api\Data\StoreInterface | integer | string $store ) : integer
$store Magento\Store\Api\Data\StoreInterface | integer | string Store id.
Результат integer

Описание свойств

$storeManager защищенное свойство

protected StoreManagerInterface,Magento\Store\Model $storeManager
Результат Magento\Store\Model\StoreManagerInterface