Smile\ElasticsuiteVirtualCategory\Model\ResourceModel\Product\Indexer\Fulltext\Datasource\CategoryData::getCategoryProductSelect PHP Метод

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

{@inheritDoc}
protected getCategoryProductSelect ( $productIds, $storeId )
    protected function getCategoryProductSelect($productIds, $storeId)
    {
        $select = $this->getConnection()->select()->union([$this->getBaseSelect($productIds, $storeId), $this->getVirtualSelect($productIds)]);
        return $select;
    }