Exemplo n.º 1
0
 /**
  * Initialize indexer
  */
 public function __construct()
 {
     parent::__construct();
     $this->_helper = Mage::helper('netzarbeiter_groupscatalog2');
     $this->_initStores();
     $this->_initGroupIds();
 }
Exemplo n.º 2
0
 /**
  * Initialize factory instance
  *
  * @param array $args
  */
 public function __construct(array $args = array())
 {
     $this->_factory = !empty($args['factory']) ? $args['factory'] : Mage::getSingleton('catalog/factory');
     parent::__construct();
 }