Algolia_Algoliasearch_Helper_Config::isCustomerGroupsEnabled PHP Метод

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

public isCustomerGroupsEnabled ( $storeId = null )
    public function isCustomerGroupsEnabled($storeId = null)
    {
        return Mage::getStoreConfigFlag(self::CUSTOMER_GROUPS_ENABLE, $storeId);
    }