Algolia_Algoliasearch_Helper_Config::getNumberOfCategoriesSuggestions PHP Method

getNumberOfCategoriesSuggestions() public method

public getNumberOfCategoriesSuggestions ( $storeId = null )
    public function getNumberOfCategoriesSuggestions($storeId = null)
    {
        return Mage::getStoreConfig(self::NB_OF_CATEGORIES_SUGGESTIONS, $storeId);
    }