Algolia_Algoliasearch_Helper_Config::getCategoryCustomRanking PHP Метод

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

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