Algolia_Algoliasearch_Helper_Config::getProductCustomRanking PHP 메소드

getProductCustomRanking() 공개 메소드

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