PHP 클래스 Smile\ElasticsuiteCatalog\Model\ResourceModel\Category\Indexer\Fulltext\Action\Full

저자: Aurelien FOUCRET ([email protected])
상속: extends Smile\ElasticsuiteCatalog\Model\ResourceModel\Eav\Indexer\Indexer
파일 보기 프로젝트 열기: smile-sa/elasticsuite

공개 메소드들

메소드 설명
getSearchableCategories ( integer $storeId, string $categoryIds = null, integer $fromId, integer $limit = 100 ) : array Load a bulk of category data.

비공개 메소드들

메소드 설명
addIsVisibleInStoreFilter ( Zend_Db_Select $select, integer $storeId ) : Full Filter the select to append only categories that are childrens of the root category of current store.

메소드 상세

getSearchableCategories() 공개 메소드

Load a bulk of category data.
public getSearchableCategories ( integer $storeId, string $categoryIds = null, integer $fromId, integer $limit = 100 ) : array
$storeId integer Store id.
$categoryIds string Product ids filter.
$fromId integer Load product with id greater than.
$limit integer Number of product to get loaded.
리턴 array