PHP Класс Smile\ElasticsuiteCatalog\Model\ResourceModel\Product\Indexer\Fulltext\Action\Full

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

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

Метод Описание
getRelationsByChild ( array $childrenIds ) : array Retrieve products relations by childrens
getSearchableProducts ( integer $storeId, string $productIds = null ) : array Load a bulk of product data.

Приватные методы

Метод Описание
addIsVisibleInStoreFilter ( Zend_Db_Select $select, integer $storeId ) : Full Filter the select to append only product visible into the catalog or search into the index.

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

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

Retrieve products relations by childrens
public getRelationsByChild ( array $childrenIds ) : array
$childrenIds array The product ids being reindexed
Результат array

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

Load a bulk of product data.
public getSearchableProducts ( integer $storeId, string $productIds = null ) : array
$storeId integer Store id.
$productIds string Product ids filter.
Результат array