示例#1
0
 /**
  * Set the original module name avoid breaking translations
  */
 public function __construct()
 {
     parent::__construct();
     $this->setModuleName('Mage_Customer');
 }