Algolia_Algoliasearch_Helper_Config::getNumberOfProductsSuggestions PHP Method

getNumberOfProductsSuggestions() public method

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