コード例 #1
0
 /**
  * Object initialization
  *
  * @param array $argv
  */
 public function __construct(array $argv)
 {
     parent::__construct($argv);
     $this->_productHelper = Mage::helper('enterprise_catalog/product');
 }
コード例 #2
0
 /**
  * Constructor
  */
 public function __construct(array $argv)
 {
     parent::__construct($argv);
     $this->_productHelper = Mage::helper('enterprise_catalog/product');
     $this->_columns = array_merge($this->_getStaticColumns(), $this->_getEavColumns());
 }