Algolia_Algoliasearch_Helper_Config::getProductCustomRanking PHP Метод

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

public getProductCustomRanking ( $storeId = null )
    public function getProductCustomRanking($storeId = null)
    {
        return $this->getCustomRanking(self::PRODUCT_CUSTOM_RANKING, $storeId);
    }