sreichel/magento-StackExchange_DisableSearchBySku

View on GitHub
src/app/code/community/StackExchange/DisableSearchBySku/Helper/Data.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Magento-Module
 *
 * @author      Sven Reichel <github-sr@hotmail.com>
 * @category    StackExchange
 * @package     StackExchange_DisableSearchBySku
 */

/**
 * Data helper
 * @SuppressWarnings(PHPMD.CamelCaseClassName)
 * @SuppressWarnings(PHPMD.CamelCasePropertyName)
 */
class StackExchange_DisableSearchBySku_Helper_Data extends Mage_Core_Helper_Abstract
{
    /** @var string $_moduleName Module name */
    protected $_moduleName = 'StackExchange_DisableSearchBySku'; // phpcs:ignore
}