Algolia_Algoliasearch_Helper_Config::isRemoveBranding PHP 메소드

isRemoveBranding() 공개 메소드

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