Boilerplate Helper Class

Posted About 12 years ago. Visible to the public.
/**
 * Yourcompany.com
 *
 * PHP Version 5
 *
 * @category  Namespace
 * @package   Namespace_Module
 * @author    Your Name <your.name@yourcompany.com>
 * @copyright 2012 yourcompany.com
 * @license   http://www.yourcompany.com/license.txt Your license
 * @link      N/A
 */

/**
 * Module translation helper
 *
 * @category Namespace
 * @package  Namespace_Module
 * @author   Your Name <your.name@yourcompany.com>
 * @license  http://www.yourcompany.com/license.txt Your license
 * @link     N/A
 */
class Namespace_Module_Helper_Data extends Mage_Core_Helper_Abstract
{
}

Mike Whitby
Last edit
Over 10 years ago
Posted by Mike Whitby to Magento (2012-02-15 16:48)